webpack/examples/wasm-bindgen-esm/example.js

5 lines
69 B
JavaScript

import { greeting } from "./pkg";
document.write(greeting('Bob'));