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

Deletes experimental GOOS=js support #2027

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Deletes experimental GOOS=js support #2027

merged 2 commits into from
Feb 8, 2024

Conversation

mathetake
Copy link
Member

According to https:/tetratelabs/wazero/blob/v1.6.0/experimental/gojs/README.md#experimental

Go defines js "EXPERIMENTAL... exempt from the Go compatibility promise." Accordingly, wazero cannot guarantee this will work from release to release, or that usage will be relatively free of bugs. Moreover, golang/go#58141 will be shipped in Go 1.21. wazero will remove this package after Go 1.22 is released.

now that Go 1.22 is released, this commit drops the entire implementation of gojs support. All the users must migrate to
wasip1 target which has been available since Go 1.21.

Signed-off-by: Takeshi Yoneda <[email protected]>
Signed-off-by: Takeshi Yoneda <[email protected]>
@mathetake mathetake marked this pull request as ready for review February 8, 2024 02:38
@mathetake mathetake merged commit 0a03e17 into main Feb 8, 2024
62 checks passed
@mathetake mathetake deleted the deletegojs branch February 8, 2024 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant