From d0250572b878f72a4ba43c9d5ae2074b0134834d Mon Sep 17 00:00:00 2001 From: nemo Date: Mon, 14 Oct 2024 21:57:04 +0200 Subject: [PATCH] readme --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README 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.