Stream: git-wasmtime

Topic: wasmtime / PR #7687 wasi-sockets: Factor out cap-std


view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2023 at 13:35):

badeend opened PR #7687 from badeend:cap-std-refactors to bytecodealliance:main:

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.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2023 at 13:35):

badeend requested wasmtime-core-reviewers for a review on PR #7687.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2023 at 13:35):

badeend requested pchickey for a review on PR #7687.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2023 at 16:03):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 14 2023 at 16:39):

alexcrichton merged PR #7687.


Last updated: Nov 22 2024 at 17:03 UTC