wasm-test/README.md

11 lines
246 B
Markdown
Raw Normal View History

2024-10-14 21:57:04 +02:00
# 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.