dao
dao copied to clipboard
Long-term RFC: add support for ECMAscript pthreads
Currently ECMAscript doesn't support multithreading, but there are plans to add the support soon:
- https://kripken.github.io/emscripten-site/docs/porting/pthreads.html
- https://github.com/tc39/ecmascript_sharedmem
A more or less functional implementations are already in Firefox and Chrome (Microsoft and Apple are aware of that), so we can try compilation of the VM with emscripten at any time.