-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: go test for GOOS=js GOARCH=wasm looks for wasm_exec.js in the old misc/wasm/ path instead of lib/wasm/ #71767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The |
I don't think cmd/go ever automatically added the wasm execution wrappers to PATH? |
Look like there there is 2 locations for it. |
You should remove outdated binary |
Go version
go version go1.24.0 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
Ran:
What did you see happen?
What did you expect to see?
Tests run successfully with wasm_exec.js located in the new path.
The text was updated successfully, but these errors were encountered: