Go to file
nemo d0250572b8 readme 2024-10-14 21:57:04 +02:00
.gitignore init 2024-10-14 21:42:29 +02:00
README readme 2024-10-14 21:57:04 +02:00
app.c import scale var from js, more usefull exemple 2024-10-14 21:49:59 +02:00
build.sh init 2024-10-14 21:42:29 +02:00
docker-compose.yml init 2024-10-14 21:42:29 +02:00
index.html init 2024-10-14 21:42:29 +02:00
load.js import scale var from js, more usefull exemple 2024-10-14 21:49:59 +02:00
penger.c penger is hidden 2024-10-14 21:56:39 +02:00

README

# 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.