mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
fix file path of wasm_exec_go.js
This commit is contained in:
parent
9895c004f4
commit
1ab57a44ff
@ -56,7 +56,7 @@ func copyWasmExecJS(mode Mode) error {
|
||||
case ModeTinygo:
|
||||
fileName = "wasm_exec_tinygo.js"
|
||||
case ModeGo:
|
||||
fileName = "wasm_exec_tinygo.js"
|
||||
fileName = "wasm_exec_go.js"
|
||||
default:
|
||||
return fmt.Errorf("unexpected mode: %s", mode)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user