diff --git a/sw.js b/sw.js index d777926..d402116 100644 --- a/sw.js +++ b/sw.js @@ -12,7 +12,6 @@ function registerWasmHTTPListener(wasm, base, args = []) { }) const go = new Go() - go.env = { WASMHTTP_HANDLER_ID: handlerId, WASMHTTP_PATH: path } go.argv = [wasm, ...args] WebAssembly.instantiateStreaming(fetch(wasm), go.importObject).then(({ instance }) => go.run(instance))