Skip to content

Commit 3339c60

Browse files
authored
update wasmtime (#2484)
* update wasmtime have you heard? new wasmtime is out that fixes 12 different security advisories. hot off the presses * placate clippy * delete wasm-compose example it is heavily bitrotted because it is not checked in CI. Unfortunately, we do not have the energy to maintain it. The Cargo.locks in this are getting us dependabot vulnerability alerts. * more clippy fixes * more clippy fixes * fuzz-stats: fix exhaustive match error with a todo * clippy fixes * switch to wasmtime 36 track - using 43 has too new of a rust-version
1 parent cdc92a8 commit 3339c60

30 files changed

Lines changed: 297 additions & 4938 deletions

File tree

Cargo.lock

Lines changed: 279 additions & 229 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ smallvec = "1.11.1"
138138
spdx = "0.10.1"
139139
termcolor = "1.2.0"
140140
url = "2.0.0"
141-
wasmtime = { version = "34.0.1", default-features = false, features = ['cranelift', 'component-model', 'runtime', 'gc-drc'] }
141+
wasmtime = { version = "36.0.7", default-features = false, features = ['cranelift', 'component-model', 'runtime', 'gc-drc'] }
142142
thiserror = { version = "2.0.12", default-features = false }
143143
tempfile = "3.2.0"
144144
wit-bindgen = { git = 'https://github.com/bytecodealliance/wit-bindgen', default-features = false }

crates/fuzz-stats/src/dummy.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ pub fn dummy_ref(ty: &RefType) -> Ref {
5858
| HeapType::Struct
5959
| HeapType::ConcreteArray(_)
6060
| HeapType::ConcreteStruct(_) => Ref::Any(None),
61+
_ => todo!(),
6162
}
6263
}
6364

crates/wasm-compose/example/README.md

Lines changed: 0 additions & 246 deletions
This file was deleted.

crates/wasm-compose/example/middleware/.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

crates/wasm-compose/example/middleware/Cargo-component.lock

Lines changed: 0 additions & 3 deletions
This file was deleted.

crates/wasm-compose/example/middleware/Cargo.lock

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)