Update readme logo

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