History log of /wasmtime-44.0.1/crates/wasmtime/src/runtime/wave.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, v36.0.2, v36.0.1, v36.0.0, v35.0.0, v24.0.4, v33.0.2, v34.0.2, v34.0.1, v33.0.1, v24.0.3, v32.0.1, v34.0.0, v33.0.0
# 90ac295e 19-May-2025 Alex Crichton <[email protected]>

Update Wasmtime to the 2024 Rust Edition (#10806)

* Update Wasmtime to the 2024 Rust Edition

Now that our MSRV supports the 2024 edition it's possible to make this
switch. This commit moves Wasmtim

Update Wasmtime to the 2024 Rust Edition (#10806)

* Update Wasmtime to the 2024 Rust Edition

Now that our MSRV supports the 2024 edition it's possible to make this
switch. This commit moves Wasmtime to the 2024 Edition to keep
up-to-date with Rust idioms and access many of the edition features
exclusive to the 2024 edition.

prtest:full

* Reformat with the 2024 edition

show more ...


Revision tags: v32.0.0, v31.0.0, v30.0.2, v30.0.1, v30.0.0
# f6c8d730 31-Jan-2025 kilavvy <[email protected]>

fix: typos in documentation files (#10163)

* Update wave.rs

* Update store.rs

* Update table.rs


Revision tags: v29.0.1, v29.0.0, v28.0.1, v28.0.0, v27.0.0
# 4c6739f1 18-Nov-2024 Pat Hickey <[email protected]>

Upstream wasm-wave instances in wasmtime (#8872)

* wasmtime: add wasm-wave instances behind an off-by-default wave feature

* cargo vet: trust the usuals, audit beef, exempt logos family

* correct

Upstream wasm-wave instances in wasmtime (#8872)

* wasmtime: add wasm-wave instances behind an off-by-default wave feature

* cargo vet: trust the usuals, audit beef, exempt logos family

* correct unrelated comment

* wasmtime::component::wasm_wave re-exports the crate

* convenience functions: component::Val::{to_wave, from_wave}.

* fix componentfunc params

show more ...