import "/wasm/wasm_exec.js"; const go = new Go(); WebAssembly.instantiateStreaming(fetch("/wasm/clocks.wasm"), go.importObject) .then((result) => { go.run(result.instance); }); document.a