Unfortunately fibers are not supported, and there's currently no work going towards them in the specs bodies either. It would be possible to extend Emterpreter to add an emulation option for fibers, (a research level project if you're interested in tackling such a development yourself), but performance will likely be impacted, since this would mean running all the code in an opcode emulator.
2017-12-08 14:07 GMT+02:00 John Davis <[email protected]>: > Does emscripten currently support boost fibers? Or the async/await stuff > working it's way into the standard? > > -- > 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. -- 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.
