Basic implementation of standalone C web assembly (wasm) module.
Demonstrates:
- Calling Javascript functions from C
- Calling C main from Javascript
- Parsing variables between Javascript and C functions.
Ensure you have installed the emscripten C compiler (emcc) as per the following guide.
Simply run base.sh
from base directory to build and launch a simple python http file server.