This commit is contained in:
nemo 2024-10-14 21:57:04 +02:00
parent d61ee4e900
commit d0250572b8
1 changed files with 10 additions and 0 deletions

10
README Normal file
View File

@ -0,0 +1,10 @@
# 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.