WebAssembly without Emscripten
This is the repository that goes along my blog post "WebAssembly without Emscripten"
How to get rid of Emscripten and build and compile WebAssembly applications with ease
https://schellcode.github.io/webassembly-without-emscripten
Demos
Demo (Click to run) | Download | Explanation |
---|---|---|
1 Pure C function | Download | Explanation |
2 With C Standard Library | Download | Explanation |
3 With C++ | Download | Explanation |
4 WebGL rendering | Download | Explanation |
5 Audio output | Download | Explanation |
6 Loading a URL | Download | Explanation |
7 Embedding WASM | Download | Explanation |
8 Generate JS from C | Download | TODO |
License
All code here available as Public Domain.