Details
-
Type:
Task
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 5.12.0 Alpha
-
Component/s: QPA
-
Labels:None
-
Platform/s:
-
Technical Risk:Normal
-
Epic Link:
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"