-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-95174: WASI: skip missing sockets functions (GH-95179) #95179
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
Conversation
🤖 New build scheduled with the buildbot fleet by @tiran for commit d391cfad9a4ee14a2efc228bc70cdb8c0d62db02 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
🤖 New build scheduled with the buildbot fleet by @tiran for commit 08c0117068395faa4a588a8202338861d842543c 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
bb3692b
to
3b8efe3
Compare
🤖 New build scheduled with the buildbot fleet by @tiran for commit 3b8efe3374513544b7a34a686531f1ec3f7aea45 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
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 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, @tiran, I could not cleanly backport this to |
…-95179). (cherry picked from commit 8b24d60) Co-authored-by: Christian Heimes <[email protected]>
GH-95308 is a backport of this pull request to the 3.11 branch. |
…95308) Co-authored-by: Christian Heimes <[email protected]> Co-authored-by: Pablo Galindo Salgado <[email protected]>
WASI can only create sockets from an existing file descriptor. Hostname
lookups are not available.
sys/socket.h
functionsnetdb.h
functions