Hacker News new | ask | show | jobs
by Dylan16807 774 days ago
> Take that to the extreme and you get WASM, or it's predecessor asm.js

Only if your code was pure number crunching.

Normal code can't just go through some belt tightening to become WASM/asm.js code. Compiling it down that way is very different from making the control flow more understandable to the optimizer.