UNPKG

yinxing

Version:
7 lines (5 loc) 112 B
const js = import("./pkg/hello_wasm.js"); js.then(js => { console.log(js) js.greet("WebAssembly"); });