Stream: wasi

Topic: add sock_accept() to wasi crate


view this post on Zulip Nathaniel McCallum (Jan 18 2022 at 19:47):

https://github.com/bytecodealliance/wasi/pull/62

The most notable change here is the addition of the sock_accept() call. WebAssembly/WASI#458

view this post on Zulip Nathaniel McCallum (Jan 18 2022 at 19:48):

@Alex Crichton It looks like you've done all the recent releases on this crate. If you don't mind a quick turn around on this, we can get started on Rust std, wasmtime and libc.

view this post on Zulip Alex Crichton (Jan 18 2022 at 19:54):

Looks good, thanks!

view this post on Zulip Nathaniel McCallum (Jan 18 2022 at 20:00):

If you don't mind, please ping me when crates.io has the new release.

view this post on Zulip Alex Crichton (Jan 18 2022 at 20:02):

it should be up already

view this post on Zulip Nathaniel McCallum (Jan 18 2022 at 20:27):

Perfect! Thanks!


Last updated: Nov 22 2024 at 16:03 UTC