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

Update WASI bindings to 0.2.0 and the component model #72

Merged
merged 13 commits into from
Feb 8, 2024

Conversation

alexcrichton
Copy link
Member

This is a complete redesign of the crate for #71. This commit removes the old wasi_snapshot_preview1 interfaces (still available in the 0.11.x release track of this crate of course) and uses wit-bindgen to generate new bindings. Pregenerated bindings are checked into the source tree here and are checked on CI to be up-to-date.

I've attempted to rewrite the crate documentation as appropriate here as well

@alexcrichton
Copy link
Member Author

r? @sunfishcode

Copy link
Collaborator

@pchickey pchickey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, I'll let @sunfishcode review as well.

Copy link
Member

@sunfishcode sunfishcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@sunfishcode sunfishcode merged commit d2ba9f4 into bytecodealliance:main Feb 8, 2024
5 checks passed
@alexcrichton alexcrichton deleted the update-wasi branch February 8, 2024 18:48
@alexcrichton
Copy link
Member Author

I've now published this to crates.io

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.

3 participants