diff --git a/README b/README new file mode 100644 index 0000000..638ebeb --- /dev/null +++ b/README @@ -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.