-
Notifications
You must be signed in to change notification settings - Fork 926
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: allow GOOS=wasip1 to substitute for target=wasi #3685
Comments
I agree we should do this. We also need to figure out how this will affect build tags. Do we migrate all of tinygo to the new tag to match upstream and add it to the list of tags exported to users, etc. |
Same, we should add support for |
Is anyone working on this one yet? |
I've made a draft PR for this feature: #3861 |
Now that #3861 has merged, I am marking this PR to close on next release. Thanks everyone! |
Closing since this is part of release 0.29.0 thank you very much everyone! |
To allow drop-in replacement with go 1.21, it would seem nice to support
GOOS=wasip1
as an alternative to-target=wasi
.Per activity on golang/go#58141,
GOOS=wasip1
will ship in Go 1.21 even if a subset of functionality vs the TinyGo equivalent target.The text was updated successfully, but these errors were encountered: