Hacker News new | ask | show | jobs
by int_19h 1358 days ago
Wasm doesn't get rid of JS in the browsers right away (but long-term I suspect that JS is going to be implemented on top of wasm). Wasm itself is not JS-based tho, as evidenced by all the standalone wasm runtimes.

And it's not any more or less transparent than a minified blob of JS.