Add WASM bindings and web project structure

This commit is contained in:
Keavon Chambers
2021-02-15 03:21:49 -08:00
parent 618e62e5d4
commit cd6843a63f
13 changed files with 373 additions and 21 deletions
+5
View File
@@ -0,0 +1,5 @@
const wasm = import("./pkg");
wasm
.then(wasm => wasm.greet())
.catch(console.error);