From 4cf9aa09614470c46e9cd9be25e03da4f780238c Mon Sep 17 00:00:00 2001 From: Nicolas Lepage <19571875+nlepage@users.noreply.github.com> Date: Fri, 22 Jan 2021 01:01:06 +0100 Subject: [PATCH] :alembic: --- sw.js | 1 - 1 file changed, 1 deletion(-) 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))