mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 10:38:11 +08:00
Add WASM bindings and web project structure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const wasm = import("./pkg");
|
||||
|
||||
wasm
|
||||
.then(wasm => wasm.greet())
|
||||
.catch(console.error);
|
||||
Reference in New Issue
Block a user