Add WASM bindings and web project structure

This commit is contained in:
Keavon Chambers
2021-03-27 02:26:54 -07:00
parent bca97cbeff
commit df39091107
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);