Go to file
nemo 362f83d4c7 oopsi doopsi 2024-10-15 16:47:28 +02:00
.gitignore init 2024-10-14 21:42:29 +02:00
README.md no pretty readme ? 2024-10-14 21:57:47 +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 oopsi doopsi 2024-10-15 16:47:28 +02:00

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.