Hacker News new | ask | show | jobs
by sunfish 1466 days ago
Wasm is Turing-complete. What people typically mean by this is that in a browser context, compiling JS to Wasm does not currently make it run faster than just running the JS as JS.

Javascript can be compiled to WebAssembly, and there are people doing it:

https://bytecodealliance.org/articles/making-javascript-run-...