I loved the concept, but found it to be impractical for our code base (heaps of function pointers), which dramatically went up in size. We ended up using the normal event loop approach that unwinds the stack "manually".
Going forward, I believe that using a sync/async bridge that uses the SharedArrayBuffer/Atomics APIs OR the upcoming multithreading support in WebAssembly is the cleaner approach. Soeren On Saturday, November 18, 2017 at 1:11:52 PM UTC+10, Alon Zakai wrote: > > The ASYNCIFY docs have said this for a long time now: > > > This feature is experimental, and not recommended. See the Emterpreter > for a more recent option with similar functionality, that is currently > supported. > > Is anyone still using it? And if so, is anyone interested to maintain it? > > - Alon > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
