badeend requested alexcrichton for a review on PR #9502.
badeend requested wasmtime-core-reviewers for a review on PR #9502.
badeend opened PR #9502 from badeend:tcp-bind-connect
to bytecodealliance:main
:
Typically,
bind
is only used on listener sockets. But it is perfectly fine tobind
client sockets too.
Wasmtime was unnecessarily restrictive here.Fixes https://github.com/WebAssembly/wasi-libc/issues/540 encountered by @pavelsavara while trying to get the dotnet testsuite to run.
alexcrichton submitted PR review.
alexcrichton merged PR #9502.
Last updated: Nov 22 2024 at 17:03 UTC