You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Expected Behavior
I can build packages
Actual Behavior
With go 1.24 installed I received
File $GOROOT/misc/wasm/wasm_exec.js does not exist!error.Steps to Reproduce
yarn install && yarn buildVersions
cdktf debug
language: go
cdktf-cli: 0.0.0
node: v20.19.3
cdktf: github.com/hashicorp/terraform-cdk-go/cdktf
constructs: 10.4.2
jsii: 1.112.0
terraform: 1.5.7
arch: arm64
os: darwin 24.5.0
go: go version go1.24.2 darwin/arm64
Providers
No response
Gist
No response
Possible Solutions
Since go1.24 the
wasm_exec.jsis located not in themiscbut in thelibfolder.golang/go#69989
prebuild.sh searches for it only in one location. I suggest add the new one so I can use newer go versions.
Workarounds
No response
Anything Else?
No response
References
wasm_exec.jsmissing after toolchain update golang/go#69989Help Wanted
Community Note