mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
const wasm = import("./pkg");
|
|
|
|
wasm
|
|
.then(wasm => wasm.greet())
|
|
.catch(console.error); |