diff --git a/.gitignore b/.gitignore index 39fcb9d..16b8db0 100644 --- a/.gitignore +++ b/.gitignore @@ -51,7 +51,7 @@ node_modules/ /frontend/.vite/ # WASM artifacts -*.wasm + *.wasm.map # Logs / misc diff --git a/wasm_hello.wasm b/wasm_hello.wasm new file mode 100644 index 0000000..a142180 Binary files /dev/null and b/wasm_hello.wasm differ