Stream: git-wasmtime

Topic: wasmtime / PR #9502 wasi-sockets: Allow TCP connect from ...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2024 at 12:50):

badeend requested alexcrichton for a review on PR #9502.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2024 at 12:50):

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

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2024 at 12:50):

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 to bind 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.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2024 at 14:53):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2024 at 15:08):

alexcrichton merged PR #9502.


Last updated: Nov 22 2024 at 17:03 UTC