-
Notifications
You must be signed in to change notification settings - Fork 915
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
Bug: package runtime/trace is not in GOROOT #1997
Comments
This also breaks OpenTelemetry unfortunately:
|
I don't think it would be difficult to build a tinygo-specific |
This is fixed by #3117 but I don't have perms to close this ticket. |
I am having this issue while trying to compile my program to -target wasm:
tinygo build -o ./nodejs/lib-tiny.wasm -target wasm ./main.go
It throws this error:
C:\Users\**\go\pkg\mod\[email protected]\trace\trace_go11.go:21:2: package runtime/trace is not in GOROOT (C:\Users\**\AppData\Local\tinygo\goroot-go1.16.5-b6761f345c63a2cb198265aef5bcc7da1c2af2c14394faa25cfb608af5b42a9c\src\runtime\trace)
Is there a way to print more build error stack trace info and any solution for the
package runtime/trace
issue?Tinygo env:
Similar issues in another repo: benthosdev/benthos-lab#22
Best.
The text was updated successfully, but these errors were encountered: