fix file path of wasm_exec_go.js

This commit is contained in:
syumai 2023-04-30 00:25:57 +09:00
parent 9895c004f4
commit 1ab57a44ff

View File

@ -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)
}