Files
simple-rust-tests/__wasm/wasm/site/index.js
2020-10-17 11:47:07 +08:00

5 lines
109 B
JavaScript

const js = import("./node_modules/hello-wasm/hello_wasm.js");
js.then(js => {
js.greet("WebAssembly");
});