Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove
wasm_exec.js
copy step from Wasm build scripts (goplu…
…s#1203) The `wasm_exec.js` file is already tracked at `spx-gui/src/assets/wasm_exec.js`, making the copy step redundant. Additionally, copying from `$GOROOT/misc/wasm/wasm_exec.js` is unreliable because: 1. In Go 1.24, the file will be moved to `$GOROOT/lib/wasm`[^1]. 2. `$GOROOT/misc` is not included in Go toolchain archives, which breaks Wasm builds when using `GOTOOLCHAIN`[^2]. [^1]: https://tip.golang.org/doc/go1.24#wasm [^2]: https://go.dev/issue/68024 Signed-off-by: Aofei Sheng <[email protected]>
- Loading branch information