Files
simple-rust-tests/wasm/site/index.js
2020-01-30 21:11:12 +08:00

5 lines
109 B
JavaScript

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