Hacker News new | ask | show | jobs
by leptons 271 days ago
Asm.js runs on the main thread, WASM runs in its own thread.
1 comments

Not exactly true WASM compilcation is in a different thread, but the execution happens on the same thread as JS if you don't do any webworker stuff.

Edit: https://apryse.com/blog/how-to-enable-webassembly-threads