Skip to content

Commit c29a9bb

Browse files
Release Wasmtime 24.0.2 (#9563)
* Release Wasmtime 24.0.2 [automatically-tag-and-release-this-commit] * Add release notes. --------- Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com> Co-authored-by: Dan Gohman <dev@sunfishcode.online>
1 parent e2c74c3 commit c29a9bb

File tree

24 files changed

+621
-129
lines changed

24 files changed

+621
-129
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ exclude = [
156156
]
157157

158158
[workspace.package]
159-
version = "24.0.1"
159+
version = "24.0.2"
160160
authors = ["The Wasmtime Project Developers"]
161161
edition = "2021"
162162
# Wasmtime's current policy is that this number can be no larger than the
@@ -183,60 +183,60 @@ manual_strip = 'warn'
183183

184184
[workspace.dependencies]
185185
arbitrary = { version = "1.3.1" }
186-
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=24.0.1" }
187-
wasmtime = { path = "crates/wasmtime", version = "24.0.1", default-features = false }
188-
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=24.0.1" }
189-
wasmtime-cache = { path = "crates/cache", version = "=24.0.1" }
190-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=24.0.1" }
191-
wasmtime-cranelift = { path = "crates/cranelift", version = "=24.0.1" }
192-
wasmtime-winch = { path = "crates/winch", version = "=24.0.1" }
193-
wasmtime-environ = { path = "crates/environ", version = "=24.0.1" }
194-
wasmtime-explorer = { path = "crates/explorer", version = "=24.0.1" }
195-
wasmtime-fiber = { path = "crates/fiber", version = "=24.0.1" }
196-
wasmtime-types = { path = "crates/types", version = "24.0.1" }
197-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=24.0.1" }
198-
wasmtime-wast = { path = "crates/wast", version = "=24.0.1" }
199-
wasmtime-wasi = { path = "crates/wasi", version = "24.0.1", default-features = false }
200-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=24.0.1", default-features = false }
201-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "24.0.1" }
202-
wasmtime-wasi-runtime-config = { path = "crates/wasi-runtime-config", version = "24.0.1" }
203-
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "24.0.1" }
204-
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "24.0.1" }
205-
wasmtime-component-util = { path = "crates/component-util", version = "=24.0.1" }
206-
wasmtime-component-macro = { path = "crates/component-macro", version = "=24.0.1" }
207-
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=24.0.1" }
208-
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=24.0.1" }
209-
wasmtime-slab = { path = "crates/slab", version = "=24.0.1" }
186+
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=24.0.2" }
187+
wasmtime = { path = "crates/wasmtime", version = "24.0.2", default-features = false }
188+
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=24.0.2" }
189+
wasmtime-cache = { path = "crates/cache", version = "=24.0.2" }
190+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=24.0.2" }
191+
wasmtime-cranelift = { path = "crates/cranelift", version = "=24.0.2" }
192+
wasmtime-winch = { path = "crates/winch", version = "=24.0.2" }
193+
wasmtime-environ = { path = "crates/environ", version = "=24.0.2" }
194+
wasmtime-explorer = { path = "crates/explorer", version = "=24.0.2" }
195+
wasmtime-fiber = { path = "crates/fiber", version = "=24.0.2" }
196+
wasmtime-types = { path = "crates/types", version = "24.0.2" }
197+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=24.0.2" }
198+
wasmtime-wast = { path = "crates/wast", version = "=24.0.2" }
199+
wasmtime-wasi = { path = "crates/wasi", version = "24.0.2", default-features = false }
200+
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=24.0.2", default-features = false }
201+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "24.0.2" }
202+
wasmtime-wasi-runtime-config = { path = "crates/wasi-runtime-config", version = "24.0.2" }
203+
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "24.0.2" }
204+
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "24.0.2" }
205+
wasmtime-component-util = { path = "crates/component-util", version = "=24.0.2" }
206+
wasmtime-component-macro = { path = "crates/component-macro", version = "=24.0.2" }
207+
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=24.0.2" }
208+
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=24.0.2" }
209+
wasmtime-slab = { path = "crates/slab", version = "=24.0.2" }
210210
component-test-util = { path = "crates/misc/component-test-util" }
211211
component-fuzz-util = { path = "crates/misc/component-fuzz-util" }
212-
wiggle = { path = "crates/wiggle", version = "=24.0.1", default-features = false }
213-
wiggle-macro = { path = "crates/wiggle/macro", version = "=24.0.1" }
214-
wiggle-generate = { path = "crates/wiggle/generate", version = "=24.0.1" }
215-
wasi-common = { path = "crates/wasi-common", version = "=24.0.1", default-features = false }
212+
wiggle = { path = "crates/wiggle", version = "=24.0.2", default-features = false }
213+
wiggle-macro = { path = "crates/wiggle/macro", version = "=24.0.2" }
214+
wiggle-generate = { path = "crates/wiggle/generate", version = "=24.0.2" }
215+
wasi-common = { path = "crates/wasi-common", version = "=24.0.2", default-features = false }
216216
wasmtime-fuzzing = { path = "crates/fuzzing" }
217-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=24.0.1" }
218-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=24.0.1" }
217+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=24.0.2" }
218+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=24.0.2" }
219219
test-programs-artifacts = { path = 'crates/test-programs/artifacts' }
220220
pulley-interpreter-fuzz = { path = 'pulley/fuzz' }
221221

222-
cranelift-wasm = { path = "cranelift/wasm", version = "0.111.1" }
223-
cranelift-codegen = { path = "cranelift/codegen", version = "0.111.1", default-features = false, features = ["std", "unwind", "trace-log"] }
224-
cranelift-frontend = { path = "cranelift/frontend", version = "0.111.1" }
225-
cranelift-entity = { path = "cranelift/entity", version = "0.111.1" }
226-
cranelift-native = { path = "cranelift/native", version = "0.111.1" }
227-
cranelift-module = { path = "cranelift/module", version = "0.111.1" }
228-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.111.1" }
229-
cranelift-reader = { path = "cranelift/reader", version = "0.111.1" }
222+
cranelift-wasm = { path = "cranelift/wasm", version = "0.111.2" }
223+
cranelift-codegen = { path = "cranelift/codegen", version = "0.111.2", default-features = false, features = ["std", "unwind", "trace-log"] }
224+
cranelift-frontend = { path = "cranelift/frontend", version = "0.111.2" }
225+
cranelift-entity = { path = "cranelift/entity", version = "0.111.2" }
226+
cranelift-native = { path = "cranelift/native", version = "0.111.2" }
227+
cranelift-module = { path = "cranelift/module", version = "0.111.2" }
228+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.111.2" }
229+
cranelift-reader = { path = "cranelift/reader", version = "0.111.2" }
230230
cranelift-filetests = { path = "cranelift/filetests" }
231-
cranelift-object = { path = "cranelift/object", version = "0.111.1" }
232-
cranelift-jit = { path = "cranelift/jit", version = "0.111.1" }
231+
cranelift-object = { path = "cranelift/object", version = "0.111.2" }
232+
cranelift-jit = { path = "cranelift/jit", version = "0.111.2" }
233233
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
234-
cranelift-bforest = { path = "cranelift/bforest", version = "0.111.1" }
235-
cranelift-bitset = { path = "cranelift/bitset", version = "0.111.1" }
236-
cranelift-control = { path = "cranelift/control", version = "0.111.1" }
237-
cranelift = { path = "cranelift/umbrella", version = "0.111.1" }
234+
cranelift-bforest = { path = "cranelift/bforest", version = "0.111.2" }
235+
cranelift-bitset = { path = "cranelift/bitset", version = "0.111.2" }
236+
cranelift-control = { path = "cranelift/control", version = "0.111.2" }
237+
cranelift = { path = "cranelift/umbrella", version = "0.111.2" }
238238

239-
winch-codegen = { path = "winch/codegen", version = "=0.22.1" }
239+
winch-codegen = { path = "winch/codegen", version = "=0.22.2" }
240240

241241
wasi-preview1-component-adapter = { path = "crates/wasi-preview1-component-adapter" }
242242
byte-array-literals = { path = "crates/wasi-preview1-component-adapter/byte-array-literals" }

RELEASES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 24.0.2
2+
3+
Released 2024-11-05.
4+
5+
### Fixed
6+
7+
* Update to cap-std 3.4.1, for #9559, which fixes a wasi-filesystem sandbox
8+
escape on Windows.
9+
[CVE-2024-51745](https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-c2f5-jxjv-2hh8).
10+
11+
--------------------------------------------------------------------------------
12+
113
## 24.0.1
214

315
Released 2024-10-09.

cranelift/bforest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-bforest"
4-
version = "0.111.1"
4+
version = "0.111.2"
55
description = "A forest of B+-trees"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-bforest"

cranelift/bitset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-bitset"
4-
version = "0.111.1"
4+
version = "0.111.2"
55
description = "Various bitset stuff for use inside Cranelift"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-bitset"

cranelift/codegen/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-codegen"
4-
version = "0.111.1"
4+
version = "0.111.2"
55
description = "Low-level code generator library"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-codegen"
@@ -19,7 +19,7 @@ workspace = true
1919
anyhow = { workspace = true, optional = true, features = ['std'] }
2020
bumpalo = "3"
2121
capstone = { workspace = true, optional = true }
22-
cranelift-codegen-shared = { path = "./shared", version = "0.111.1" }
22+
cranelift-codegen-shared = { path = "./shared", version = "0.111.2" }
2323
cranelift-entity = { workspace = true }
2424
cranelift-bforest = { workspace = true }
2525
cranelift-bitset = { workspace = true }
@@ -47,8 +47,8 @@ similar = "2.1.0"
4747
env_logger = { workspace = true }
4848

4949
[build-dependencies]
50-
cranelift-codegen-meta = { path = "meta", version = "0.111.1" }
51-
cranelift-isle = { path = "../isle/isle", version = "=0.111.1" }
50+
cranelift-codegen-meta = { path = "meta", version = "0.111.2" }
51+
cranelift-isle = { path = "../isle/isle", version = "=0.111.2" }
5252

5353
[features]
5454
default = ["std", "unwind", "host-arch", "timing"]

cranelift/codegen/meta/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cranelift-codegen-meta"
33
authors = ["The Cranelift Project Developers"]
4-
version = "0.111.1"
4+
version = "0.111.2"
55
description = "Metaprogram for cranelift-codegen code generator library"
66
license = "Apache-2.0 WITH LLVM-exception"
77
repository = "https://github.com/bytecodealliance/wasmtime"
@@ -15,4 +15,4 @@ workspace = true
1515
rustdoc-args = [ "--document-private-items" ]
1616

1717
[dependencies]
18-
cranelift-codegen-shared = { path = "../shared", version = "0.111.1" }
18+
cranelift-codegen-shared = { path = "../shared", version = "0.111.2" }

cranelift/codegen/shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-codegen-shared"
4-
version = "0.111.1"
4+
version = "0.111.2"
55
description = "For code shared between cranelift-codegen-meta and cranelift-codegen"
66
license = "Apache-2.0 WITH LLVM-exception"
77
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-control"
4-
version = "0.111.1"
4+
version = "0.111.2"
55
description = "White-box fuzz testing framework"
66
license = "Apache-2.0 WITH LLVM-exception"
77
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/entity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-entity"
4-
version = "0.111.1"
4+
version = "0.111.2"
55
description = "Data structures using entity references as mapping keys"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-entity"

cranelift/frontend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-frontend"
4-
version = "0.111.1"
4+
version = "0.111.2"
55
description = "Cranelift IR builder helper"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-frontend"

cranelift/interpreter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-interpreter"
3-
version = "0.111.1"
3+
version = "0.111.2"
44
authors = ["The Cranelift Project Developers"]
55
description = "Interpret Cranelift IR"
66
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/isle/isle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0 WITH LLVM-exception"
66
name = "cranelift-isle"
77
readme = "../README.md"
88
repository = "https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle"
9-
version = "0.111.1"
9+
version = "0.111.2"
1010

1111
[lints]
1212
workspace = true

cranelift/jit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-jit"
3-
version = "0.111.1"
3+
version = "0.111.2"
44
authors = ["The Cranelift Project Developers"]
55
description = "A JIT library backed by Cranelift"
66
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-module"
3-
version = "0.111.1"
3+
version = "0.111.2"
44
authors = ["The Cranelift Project Developers"]
55
description = "Support for linking functions and data with Cranelift"
66
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-native"
3-
version = "0.111.1"
3+
version = "0.111.2"
44
authors = ["The Cranelift Project Developers"]
55
description = "Support for targeting the host with Cranelift"
66
documentation = "https://docs.rs/cranelift-native"

cranelift/object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-object"
3-
version = "0.111.1"
3+
version = "0.111.2"
44
authors = ["The Cranelift Project Developers"]
55
description = "Emit Cranelift output to native object files with `object`"
66
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/reader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-reader"
4-
version = "0.111.1"
4+
version = "0.111.2"
55
description = "Cranelift textual IR reader"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-reader"

cranelift/serde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-serde"
3-
version = "0.111.1"
3+
version = "0.111.2"
44
authors = ["The Cranelift Project Developers"]
55
description = "Serializer/Deserializer for Cranelift IR"
66
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/umbrella/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift"
4-
version = "0.111.1"
4+
version = "0.111.2"
55
description = "Umbrella for commonly-used cranelift crates"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift"

cranelift/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-wasm"
3-
version = "0.111.1"
3+
version = "0.111.2"
44
authors = ["The Cranelift Project Developers"]
55
description = "Translator from WebAssembly to Cranelift IR"
66
documentation = "https://docs.rs/cranelift-wasm"

crates/c-api/include/wasmtime.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
/**
207207
* \brief Wasmtime version string.
208208
*/
209-
#define WASMTIME_VERSION "24.0.1"
209+
#define WASMTIME_VERSION "24.0.2"
210210
/**
211211
* \brief Wasmtime major version number.
212212
*/
@@ -218,7 +218,7 @@
218218
/**
219219
* \brief Wasmtime patch version number.
220220
*/
221-
#define WASMTIME_VERSION_PATCH 1
221+
#define WASMTIME_VERSION_PATCH 2
222222

223223
#ifdef __cplusplus
224224
extern "C" {

0 commit comments

Comments
 (0)