Hacker News new | ask | show | jobs
by infogulch 3326 days ago
Is wasm also restricted to running on one thread like js?
1 comments

No, though neither is Javascript. (I am not sure how far along non-WebWorker-based wasm threads are, but here's the proposal: https://github.com/WebAssembly/threads)
Shared-memory threads are something I hope lands in WASM, since they're part of the reason you'd want to drop down to WASM in an application in the first place.