/** * Go's canonical `wasm_exec.js`, verbatim, as opaque runtime text. Evaluated by * the WASM loader to install `globalThis.Go`. * * @internal */ export declare const WASM_EXEC_JS: string; //# sourceMappingURL=wasmExecRuntime.d.ts.map