dao icon indicating copy to clipboard operation
dao copied to clipboard

Long-term RFC: add support for ECMAscript pthreads

Open dumblob opened this issue 9 years ago • 0 comments

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.

dumblob avatar Feb 06 '16 19:02 dumblob