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