Update to the latest WASI snapshot1 and release 0.10.3#62
Conversation
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>
|
This caused some breakage in the Given the changes to |
|
@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? |
|
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? |
|
I've yanked 0.10.3 and posted #63 for a bump. |
|
@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. |
The most notable change here is the addition of the
sock_accept()call.WebAssembly/WASI#458