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