Hacker News new | ask | show | jobs
by Zedriv 161 days ago
Love WASM! Still hoping for proper multithreading someday.
1 comments

Emscripten has pthreads. You can multithread it yourself using web workers and shared memory. What's missing?