Go to file
nemo a6a8792905 hide cursor on canva 2024-11-14 12:47:51 +01:00
.gitignore stinky hand 2024-11-14 12:40:52 +01:00
README.md no pretty readme ? 2024-10-14 21:57:47 +02:00
app.c stinky hand 2024-11-14 12:40:52 +01:00
build.sh stinky hand 2024-11-14 12:40:52 +01:00
docker-compose.yml init 2024-10-14 21:42:29 +02:00
hand.png stinky hand 2024-11-14 12:40:52 +01:00
index.html hide cursor on canva 2024-11-14 12:47:51 +01:00
load.js stinky hand 2024-11-14 12:40:52 +01:00
penger.png reset velo -> set + fix png2c wrap 2024-11-14 09:47:48 +01:00
png2c.c refacto 2024-11-14 11:05:49 +01:00
stb_image.h auto penger 2024-11-13 10:05:35 +01: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.