Shrinking WebAssembly and JavaScript code sizes in Emscripten

Costas

Administrator
Staff member
https://hacks.mozilla.org/2018/01/shrinking-webassembly-and-javascript-code-sizes-in-emscripten/


Emscripten is an LLVM-based project that compiles C and C++ into highly-optimizable JavaScript in asm.js format. This lets you run C and C++ on the web at near-native speed, without plugins.

http://emscripten.org/
 
Top