We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#20, #23 and #41 added support for the WasmEdge sockets extension, and #40 and 7a8e15e fixed some minor issues.
The following items are still TODO:
AF_UNIX
SO_RCVTIMEO
SO_SNDTIMEO
SO_LINGER
SO_BINDTODEVICE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#20, #23 and #41 added support for the WasmEdge sockets extension, and #40 and 7a8e15e 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 optionThe text was updated successfully, but these errors were encountered: