This commit is contained in:
parent
e4ab1358e9
commit
d1dee7bc3d
8 changed files with 148 additions and 2 deletions
|
|
@ -5,4 +5,7 @@ const go = new Go();
|
|||
WebAssembly.instantiateStreaming(fetch("/wasm/clocks.wasm"), go.importObject)
|
||||
.then((result) => {
|
||||
go.run(result.instance);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
document.a
|
||||
Loading…
Add table
Add a link
Reference in a new issue