Tzvetan Mikov

Results 274 comments of Tzvetan Mikov

@guest271314 my apologies. I immediately realized that I had confused the repository (I thought this was in Hermes), so I deleted my comment right away.

@guest271314 > Took `hermes` for a spin in the meantime. The lack of capability to read standard input or write to standard output is a serious omission. Hermes is a...

Hi, when building a RN app, `import` and `export` are handled by the bundler (Metro), not by Hermes. The bundler combines all source files together into a single file, transforms...

Hi, this is a very good question. Static Hermes will support Windows but only via Clang, not MSVC. Since Static Hermes will rely on LLVM as a backend, the C...

@luboslenco great! Nice job!! It is very good to know that it can build and even run! We need to figure out how to automatically detect this particular configuration -...

@wcandillon when you say that you are implementing WebGPU, do you literally mean the WebGPU spec, 1 to 1, with shader language, etc?

May I emphatically object to using Discord channels, as they inherently make discussions exclusionary, unfriendly to different timezones, transient, difficult to search, and impossible to reference.

Lets keep it open until we add the fast paths

@efstathiosntonas it is one of several. We are working on multiple improvements that have sped it up by more than 10x.

The short answer is that yes, this is possible and generally speaking easy. However there isn't good documentation for this use case since almost all of our user-facing documentation is...