Graphite/web-frontend/main.js

5 lines
92 B
JavaScript

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