History log of /wasmtime-44.0.1/crates/test-programs/src/bin/p3_sockets_udp_bind.rs (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: dev, v36.0.9, v44.0.1, v43.0.2, v36.0.8, v24.0.8, v44.0.0, v43.0.1, v42.0.2, v36.0.7, v24.0.7, v43.0.0, v42.0.1, v41.0.4, v42.0.0, v40.0.4, v36.0.6, v24.0.6, v41.0.3, v41.0.2, v41.0.1, v36.0.5, v40.0.3, v41.0.0, v36.0.4, v39.0.2, v40.0.2, v40.0.1, v40.0.0, v39.0.1, v39.0.0, v38.0.4, v37.0.3, v36.0.3, v24.0.5, v38.0.3, v38.0.2, v38.0.1, v37.0.2
# 62d9b187 23-Sep-2025 Alex Crichton <[email protected]>

Run s390x CI on a native machine (#11711)

The hardware for this is provided by IBM and it's definitely faster than
QEMU. We've still got slow jobs elsewhere but removing this as a blocker
is still n

Run s390x CI on a native machine (#11711)

The hardware for this is provided by IBM and it's definitely faster than
QEMU. We've still got slow jobs elsewhere but removing this as a blocker
is still nice for CI times!

prtest:linux-s390x

show more ...


Revision tags: v37.0.1, v37.0.0, v36.0.2, v36.0.1, v36.0.0
# 7c9f88da 12-Aug-2025 Alex Crichton <[email protected]>

Update WASIp3 wasi:sockets WITs (#11422)

Brings in a few cosmetic changes to definitions to keep things up-to-date.

Closes bytecodealliance/wasip3-prototyping#242


# 7074afb6 29-Jul-2025 Roman Volosatovs <[email protected]>

feat(wasip3): implement `wasi:sockets` (#11291)

* chore(wasip3): update `wasi:sockets` WIT

pull in `wasi:sockets` from
https://github.com/WebAssembly/wasi-sockets/pull/126

Signed-off-by: Roman Vol

feat(wasip3): implement `wasi:sockets` (#11291)

* chore(wasip3): update `wasi:sockets` WIT

pull in `wasi:sockets` from
https://github.com/WebAssembly/wasi-sockets/pull/126

Signed-off-by: Roman Volosatovs <[email protected]>

* refactor: rearrange Ctx/View

Signed-off-by: Roman Volosatovs <[email protected]>

* refactor: name modules after packages

Signed-off-by: Roman Volosatovs <[email protected]>

* refactor: move `Network` to `p2`

Signed-off-by: Roman Volosatovs <[email protected]>

* feat(wasip3): implement `wasi:sockets`

Signed-off-by: Roman Volosatovs <[email protected]>

* refactor: reuse socket utilities

Signed-off-by: Roman Volosatovs <[email protected]>

* test(wasip3): allow name resolution to fail

Signed-off-by: Roman Volosatovs <[email protected]>

* fix: expect macos-only var to be unused on other OSes

Signed-off-by: Roman Volosatovs <[email protected]>

* refactor: whole buffer is written for UDP

Signed-off-by: Roman Volosatovs <[email protected]>

* undo non-blocking write

Signed-off-by: Roman Volosatovs <[email protected]>

* extract buf capacity const, refactor tcp receive

Signed-off-by: Roman Volosatovs <[email protected]>

* introduce container struct for TCP non-inherited opts

Signed-off-by: Roman Volosatovs <[email protected]>

* handle `listen` receiver close

Signed-off-by: Roman Volosatovs <[email protected]>

* refactor: clean up

Signed-off-by: Roman Volosatovs <[email protected]>

* adapt to API changes

prtest:full

Signed-off-by: Roman Volosatovs <[email protected]>

* refactor: check for listen receiver close each iteration

Signed-off-by: Roman Volosatovs <[email protected]>

* Try to make test less flaky

* Cut down on `#[cfg]` required for wasi:sockets

* Fix test for real this time

---------

Signed-off-by: Roman Volosatovs <[email protected]>
Co-authored-by: Alex Crichton <[email protected]>

show more ...