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