Update readme logo

This commit is contained in:
Keavon Chambers
2021-02-17 00:51:54 -08:00
parent b800e91ccd
commit 5545b4b87b
3 changed files with 10 additions and 6 deletions
+3 -5
View File
@@ -1,5 +1,3 @@
const wasm = import("./pkg");
wasm
.then(wasm => wasm.greet())
.catch(console.error);
const wasm = import("./pkg");
wasm.then((binding) => binding.greet()).catch(console.error);