|
||
---|---|---|
.gitignore | ||
README.md | ||
app.c | ||
build.sh | ||
docker-compose.yml | ||
index.html | ||
load.js | ||
penger.c | ||
penger.png | ||
png2c.c | ||
stb_image.h |
README.md
WASM test
this is a test to understand how wasm work, this repo contains exemple of :
- compiling wasm module from c
- loading wasm module in js
- importing / exporting symbol
- PENGER
it's also a 'template' for copy pasting js boilerplate.