You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* async: add stream/future producers and blanket impl for `Future` (#11684)
* async: add `EmptyProducer` and blanket impl for `Future`
Signed-off-by: Roman Volosatovs <[email protected]>
* move more future/stream producers to `wasmtime` crate
Signed-off-by: Roman Volosatovs <[email protected]>
* async: allow blanket `Future` impl to trap
Signed-off-by: Roman Volosatovs <[email protected]>
* async: remove the need for `{Ready,Empty}Producer`
Signed-off-by: Roman Volosatovs <[email protected]>
---------
Signed-off-by: Roman Volosatovs <[email protected]>
* Fix a missing outparam write in the p1 adapter (#11702)
This fixes an issue found through #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 (#11653)
* feat(p3-http): implement `consume-body` changes
Signed-off-by: Roman Volosatovs <[email protected]>
* 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 <[email protected]>
Co-authored-by: Alex Crichton <[email protected]>
---------
Signed-off-by: Roman Volosatovs <[email protected]>
Co-authored-by: Roman Volosatovs <[email protected]>
0 commit comments