JuliaLang / libuv

Cross-platform asynchronous I/O
http://libuv.org/
MIT License
9 stars 14 forks source link

Emscripten (WASM) Support #33

Closed rhuffy closed 9 months ago

rhuffy commented 1 year ago

With the recent addition of pthread support in Emscripten, it's now simple to support WebAssembly. These changes are part of my work to build Julia in WASM.

vtjnash commented 9 months ago

This should be submitted upstream to libuv not here