Skip to content
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

Remove unimplemented sockets from preview1 adapter #7543

Merged

Conversation

alexcrichton
Copy link
Member

This commit removes the usage of wasi:sockets from the preview1 adapter. It's never been implemented but has the side effect of requiring TCP support to be imported into components even though it's never used. This commit removes the stubs in the adapter to get filled in at a later date if necessary.

This commit removes the usage of wasi:sockets from the preview1 adapter.
It's never been implemented but has the side effect of requiring TCP
support to be imported into components even though it's never used. This
commit removes the stubs in the adapter to get filled in at a later date
if necessary.
@alexcrichton alexcrichton requested a review from a team as a code owner November 15, 2023 16:53
@alexcrichton alexcrichton requested review from pchickey and removed request for a team November 15, 2023 16:53
@pchickey pchickey added this pull request to the merge queue Nov 15, 2023
Merged via the queue into bytecodealliance:main with commit 82c3e0a Nov 15, 2023
18 checks passed
@alexcrichton alexcrichton deleted the remove-sockets-from-adapter branch December 4, 2023 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants