Hacker News new | ask | show | jobs
by flohofwoe 33 days ago
Just try the asm.js subset and see how it performs for you, I remember that even without the special asm.js support in browsers Emscripten output performance was surprisingly good
1 comments

In fact, I think it was only firefox that made a special JIT route. Chrome moved optimizations into the regular JIT.