Open chriso opened 1 year ago
https://github.com/stealthrocket/wasi-go/pull/20, https://github.com/stealthrocket/wasi-go/pull/23 and #41 added support for the WasmEdge sockets extension, and https://github.com/stealthrocket/wasi-go/pull/40 and https://github.com/stealthrocket/wasi-go/commit/7a8e15e85f37f38cab1fb7f126ea46a62bb5772e fixed some minor issues.
The following items are still TODO:
AF_UNIX
SO_RCVTIMEO
SO_SNDTIMEO
SO_LINGER
SO_BINDTODEVICE
https://github.com/stealthrocket/wasi-go/pull/20, https://github.com/stealthrocket/wasi-go/pull/23 and #41 added support for the WasmEdge sockets extension, and https://github.com/stealthrocket/wasi-go/pull/40 and https://github.com/stealthrocket/wasi-go/commit/7a8e15e85f37f38cab1fb7f126ea46a62bb5772e fixed some minor issues.
The following items are still TODO:
AF_UNIX
addresses (complete, but waiting for upstream support wasmedge#2216 before we can verify parity)SO_RCVTIMEO
andSO_SNDTIMEO
socket options (partially completed in #66)SO_LINGER
socket optionSO_BINDTODEVICE
socket option