Due to a caching issue we were forced to modify and check in wasm_exec.js so that it works with webpack. However this causes problems if a version other than Go v1.15.7 is installed when building locally. Ideally, wasm_exec.js would be copied from GOROOT/misc/wasm/wasm_exec.js.
Once that is released we need to re-add wasm_exec.js to .gitignore and .dockerignore and modify the makefile to copy it from the user's Go installation.
Due to a caching issue we were forced to modify and check in
wasm_exec.js
so that it works with webpack. However this causes problems if a version other than Go v1.15.7 is installed when building locally. Ideally,wasm_exec.js
would be copied fromGOROOT/misc/wasm/wasm_exec.js
.This commit being included in a release is holding this up https://github.com/golang/go/commit/758ac371ab930734053ed226ac62681e62ab8eea
Once that is released we need to re-add
wasm_exec.js
to.gitignore
and.dockerignore
and modify the makefile to copy it from the user's Go installation.