Wasm doesn't work in Go 1.17 #1781
-
I followed the steps on the https://ebiten.org/documents/webassembly.html (Option2), The console of browser shows the following error: I rollback to the go 1.16.7 compiler and it works fine, this problem seems to be only occurs on go 1.17 compiler version: go1.17 linux/amd64 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
My guess is that you need the latest (Go 1.17's) See also: |
Beta Was this translation helpful? Give feedback.
My guess is that you need the latest (Go 1.17's)
wasm_exec.js
.See also: