chore: reorg
This commit is contained in:
4
__wasm/wasm/site/index.js
Normal file
4
__wasm/wasm/site/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
const js = import("./node_modules/hello-wasm/hello_wasm.js");
|
||||
js.then(js => {
|
||||
js.greet("WebAssembly");
|
||||
});
|
||||
Reference in New Issue
Block a user