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

wasi-sockets: Factor out cap-std #7687

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

badeend
Copy link
Contributor

@badeend badeend commented Dec 14, 2023

Previously we already didn't use cap-std quite as intended for sockets. #7662 removed our usage of Pool, which effectively took out the "cap" from cap-std.
This PR cleans up many of the remaining references to cap-std from the sockets code. Some references remain, and those have been pushed into network::util, because that's all cap_net_ext does for us now: provide platform compatibility fixes.

@badeend badeend requested a review from a team as a code owner December 14, 2023 13:35
@badeend badeend requested review from pchickey and removed request for a team December 14, 2023 13:35
@github-actions github-actions bot added the wasi Issues pertaining to WASI label Dec 14, 2023
@alexcrichton alexcrichton added this pull request to the merge queue Dec 14, 2023
Merged via the queue into bytecodealliance:main with commit b411c21 Dec 14, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wasi Issues pertaining to WASI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants