mirror of
https://github.com/nlepage/go-wasm-http-server.git
synced 2026-01-12 01:59:14 +00:00
⬆️ Upgrade wasm_exec to go 1.15
This commit is contained in:
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) => {
|
||||
|
||||
Reference in New Issue
Block a user