Emscripten is a complete compiler toolchain to WebAssembly, using LLVM, with a special focus on speed, size, and the Web platform.
- What is Emscripten
- Install Emscripten tools
- Compiling WASM
- Compilation opts
- Exporting C to fn Javascript
- Calling Javascript fn from C
- Preamble.js, conversation fn
- Emscripten Module & Memory Buffer
- Emscripten debugging
- Runtime initialisation
- Emrun