mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 23:38:06 +08:00
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
const wasm = import("./pkg");
|
|
|
|
wasm.then((binding) => binding.greet()).catch(console.error);
|