From fc7fb362a8c32578fe70855019211f62f0ae23f8 Mon Sep 17 00:00:00 2001 From: Nicolas Lepage <19571875+nlepage@users.noreply.github.com> Date: Thu, 21 Jan 2021 22:06:22 +0100 Subject: [PATCH] :arrow_up: Upgrade wasm_exec to go 1.15 --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index ebc029b..2da7d43 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -importScripts('https://cdn.jsdelivr.net/gh/golang/go@go1.14.3/misc/wasm/wasm_exec.js') +importScripts('https://cdn.jsdelivr.net/gh/golang/go@go1.15.7/misc/wasm/wasm_exec.js') // FIXME use an options object with { env, argv } const startWasm = async (wasm, WASMHTTP_HANDLER_ID, WASMHTTP_PATH, args) => {