Skip to content
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

wasm: -target=wasi is now trying to use GOOS=wasip1, which is not existent in Go 1.20 #4313

Open
deadprogram opened this issue Jun 27, 2024 · 2 comments
Labels
bug Something isn't working wasm WebAssembly

Comments

@deadprogram
Copy link
Member

The latest release of TinyGo removed the -target=wasi in favor of the newer GOOS/GOARCH values, however those do not exist in Go 1.20 so it causes an issue for those users.

See tetratelabs/wazero#2210 (review)

@aykevl
Copy link
Member

aykevl commented Jun 27, 2024

I was aware of this, but didn't think it would break too many users. Apparently I was wrong.

I should point out that Go 1.20 is not supported by the Go team anymore (so it doesn't get security updates anymore).

@aykevl
Copy link
Member

aykevl commented Jun 27, 2024

See: #4175

@deadprogram deadprogram added bug Something isn't working wasm WebAssembly labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wasm WebAssembly
Projects
None yet
Development

No branches or pull requests

2 participants