Skip to content

Conversation

@alexcrichton
Copy link
Member

A few WASIp3 items, notably #11653 which updates the snapshot we support. Additionally include #11702 to get that fix out sooner.

rvolosatovs and others added 3 commits September 17, 2025 10:09
…ecodealliance#11684)

* async: add `EmptyProducer` and blanket impl for `Future`

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>

* move more future/stream producers to `wasmtime` crate

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>

* async: allow blanket `Future` impl to trap

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>

* async: remove the need for `{Ready,Empty}Producer`

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>

---------

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
This fixes an issue found through bytecodealliance#11701, notably the "release mode
infinite loops" behavior that was seen. The cause was when `fd_readdir`
returned after skipping all directory entries it forgot to write the
final `*bufused = 0` out-param in the early-exit, unlike the end of the
function which already sets this.
* feat(p3-http): implement `consume-body` changes

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>

* Update WITs to the latest snapshot

* Use the 2025-09-16 tag instead of 2025-08-15.
* Pulls in `wasi:http` updates "officially".
* Pulls in minor `wasi:cli` updates, and that's implemented here as
  well.

---------

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
Co-authored-by: Alex Crichton <alex@alexcrichton.com>
@alexcrichton alexcrichton requested review from a team as code owners September 17, 2025 17:10
@alexcrichton alexcrichton requested review from pchickey and removed request for a team September 17, 2025 17:10
@alexcrichton alexcrichton enabled auto-merge (squash) September 17, 2025 17:13
@alexcrichton alexcrichton merged commit a106ab8 into bytecodealliance:release-37.0.0 Sep 17, 2025
168 checks passed
@alexcrichton alexcrichton deleted the backport branch September 17, 2025 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants