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

Renames wasi package to wasi_snapshot_preview1 #610

Merged
merged 1 commit into from
Jun 1, 2022
Merged

Conversation

codefromthecrypt
Copy link
Contributor

The componentized successor to wasi_snapshot_preview1 is not compatible
with the prior imports or even error numbers. Before releasing wazero
1.0 we need to change this package to reflect that WASI 2 is effectively
a different API.

Fixes #263

The componentized successor to wasi_snapshot_preview1 is not compatible
with the prior imports or even error numbers. Before releasing wazero
1.0 we need to change this package to reflect that WASI 2 is effectively
  a different API.

Fixes #263

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@codefromthecrypt
Copy link
Contributor Author

heads up @pkedy @sam-at-luther @knqyf263 @pims @inkeliz @wuhuizuo @prep

taking a punch now renaming the wasi package to wasi_snapshot_preview1 knowing the next WASI is a completely different API (split into components). We'll be doing more work to ensure functionality common between the WASIs and Go aren't pinned to the wasi_snapshot_preview1 impl.

@codefromthecrypt codefromthecrypt merged commit 5fae0fd into main Jun 1, 2022
@codefromthecrypt codefromthecrypt deleted the wasi-rename branch June 1, 2022 04:21
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.

Evaluate compatibility between WASI snapshot 1 and next
2 participants