mirror of
https://github.com/nlepage/go-wasm-http-server.git
synced 2025-03-10 17:29:10 +00:00
⬆️ Upgrade wasm_exec to go 1.15
This commit is contained in:
parent
14f28aec93
commit
fc7fb362a8
2
sw.js
2
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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user