alexcrichton edited PR #539 from networking
to main
:
Reopening of https://github.com/CraneStation/wasi-common/pull/139
It's an attempt to implement two first networking methods:
sock_socket
, which creates a file descriptor and stores some information like domain, type, protocolsock_connect
, which opens connection using fd obtained insock_socket
sunfishcode closed without merge PR #539.
sunfishcode commented on PR #539:
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 released in wasi 0.12.0+wasi-0.2.0.
sunfishcode edited a comment on PR #539:
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 Wasmtime 17.
Last updated: Nov 22 2024 at 16:03 UTC