1 package wasm 2 3 // LoadGoWASM fetches wasm_exec.js and the .wasm file, instantiates the Go runtime, 4 // and calls onReady when the module is running. 5 func LoadGoWASM(wasmExecURL, wasmURL string, onReady func()) { panic("jsbridge") } 6