History log of /wasmtime-44.0.1/crates/test-programs/src/bin/p3_cli.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, v37.0.1, v37.0.0
# 53059995 17-Sep-2025 Roman Volosatovs <[email protected]>

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 snap

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]>

show more ...


Revision tags: v36.0.2, v36.0.1, v36.0.0
# 82f3b2a1 15-Aug-2025 Alex Crichton <[email protected]>

Update WASIp3 WITs to a tagged release (#11443)

* Update WASIp3 WITs to a tagged release

Now that there's an official tag it's best to use that, and this'll help
keep everything in sync as well.

*

Update WASIp3 WITs to a tagged release (#11443)

* Update WASIp3 WITs to a tagged release

Now that there's an official tag it's best to use that, and this'll help
keep everything in sync as well.

* Fix doc tests

show more ...


Revision tags: v35.0.0, v24.0.4, v33.0.2, v34.0.2
# a5ed9fb4 18-Jul-2025 Roman Volosatovs <[email protected]>

feat(wasip3): implement `wasi:cli` (#11257)

* feat(wasi): introduce common CLI context

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

* chore(wasi): implement traits for boxed values

Si

feat(wasip3): implement `wasi:cli` (#11257)

* feat(wasi): introduce common CLI context

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

* chore(wasi): implement traits for boxed values

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

* chore(wasi): implement `Default` for common WASI builder

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

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

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

* refactor: require streams to be `Send`

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

* refactor: avoid typing `WasiCli` in task

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

* refactor: remove `Unpin` bound from stream I/O

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

* refactor: remove `ResourceView`

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

* chore: update `serve` to new WASI `isatty` API

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

* chore: adapt to stream API changes

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

* refactor: avoid `**` syntax

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

* refactor(wasip3): remove `Impl` wrappers

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

* refactor(wasip3): use shorthand closure syntax

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

* chore: account for different env on different targets

prtest:full

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

---------

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

show more ...