Details
-
Task
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
None
Description
multithreading for webassembly is in the works:
https://github.com/WebAssembly/design/issues/1073
As well, emscripten incoming has the linker option -s PROXY_TO_PTHREAD=1
which run the main thread of a multithreaded application in a web worker.
see https://groups.google.com/d/msg/emscripten-discuss/u8wIdVKcFm0/26Mo-abWAwAJ
and
https://groups.google.com/d/msg/emscripten-discuss/u8wIdVKcFm0/msbpgd8oBAAJ
mentions it is "still a couple of months away from browsers having that"