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 to the latest WASI snapshot1 and release 0.10.3 #62

Merged
merged 2 commits into from
Jan 18, 2022

Conversation

npmccallum
Copy link
Member

The most notable change here is the addition of the sock_accept() call.

WebAssembly/WASI#458

This pulls in `sock_accept()` and some minor documentation updates.

Signed-off-by: Nathaniel McCallum <nathaniel@profian.com>
Signed-off-by: Nathaniel McCallum <nathaniel@profian.com>
@alexcrichton alexcrichton merged commit 984fa4f into bytecodealliance:main Jan 18, 2022
@josephlr
Copy link

This caused some breakage in the getrandom crate: rust-random/getrandom#241

Given the changes to Error in #59, should this have been released as 0.11.0? Or is there not a policy around stability for pre-release minor versions (which would be perfectly fine).

@npmccallum
Copy link
Member Author

@josephlr I wasn't aware there was an API break on main. I looked at the previous commits, but this wasn't obvious.

@alexcrichton Should we yank this release and push 0.11.0?

@tschneidereit
Copy link
Member

We should probably yank this release, yes. Instead of doing an 0.11.0 based on main though maybe it makes sense to do an 0.10.4 that's based on 0.10.2 instead of main?

@alexcrichton
Copy link
Member

I've yanked 0.10.3 and posted #63 for a bump.

@josephlr
Copy link

@tschneidereit I see the 0.11 release and the 0.10.3 yank. Do we also need the 0.10.4 release? I'm not sure how yanking crates works w/ Rust/Cargo.

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.

4 participants