Y
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
erikpukinskis
2950 days ago
Performance won’t be as good as hand tuned JavaScript with native DOM calls.
link
abiox
2950 days ago
webassembly has vastly improved performance in a variety of situations.
link