New issue
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
gh-95174: WASI: skip missing sockets functions (GH-95179) #95179
Conversation
bb3692b
to
3b8efe3
Compare
WASI can only create sockets from an existing file descriptor. Hostname looks are not available. - check for missing ``sys/socket.h`` functions - handle missing ``netdb.h`` functions
I have moved some changes into GH-95229 to have a clean split between socket-related changes and other changes. |
Thanks @tiran for the PR |
Sorry, @tiran, I could not cleanly backport this to |
GH-95308 is a backport of this pull request to the 3.11 branch. |
WASI can only create sockets from an existing file descriptor. Hostname
lookups are not available.
sys/socket.h
functionsnetdb.h
functions