Graphite/web-frontend/main.js

4 lines
93 B
JavaScript

const wasm = import("./pkg");
wasm.then((binding) => binding.greet()).catch(console.error);