Hacker News new | ask | show | jobs
by somenewacc 2951 days ago
emscripten can compile to both wasm and asm.js and load them depending on browser support. this seems good enough.
1 comments

Performance won’t be as good as hand tuned JavaScript with native DOM calls.
webassembly has vastly improved performance in a variety of situations.