7 ms·
emscripten can compile to both wasm and asm.js and load them depending on browser support. this seems good enough.
by somenewacc 8y ago
emscripten can compile to both wasm and asm.js and load them depending on browser support. this seems good enough.
- erikpukinskis 8y agoPerformance won’t be as good as hand tuned JavaScript with native DOM calls.
- abiox 8y agowebassembly has vastly improved performance in a variety of situations.