bytecodealliance / wasi-rs

Experimental WASI API bindings for Rust
Apache License 2.0
273 stars 48 forks source link

[WIP] added declaration of a sock_socket and sock_connect #11

Closed ibaryshnikov closed 9 months ago

ibaryshnikov commented 5 years ago

Initial declarations added for sock_socket and sock_connect. They're required in order to run code in wasi-misc-tests

sunfishcode commented 9 months ago

This PR was part of a sockets effort in the context of WASI 0.1, which is no longer active. WASI 0.2 has sockets support and it's now supported in wasi 0.12.0+wasi-0.2.0.