Skip to content

Commit 94c223f

Browse files
Release Wasmtime 25.0.3 (#9562)
* Release Wasmtime 25.0.3 [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 51736e3 commit 94c223f

File tree

25 files changed

+628
-132
lines changed

25 files changed

+628
-132
lines changed

Cargo.lock

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

Cargo.toml

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

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

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

222-
pulley-interpreter = { path = 'pulley', version = "=0.1.2" }
222+
pulley-interpreter = { path = 'pulley', version = "=0.1.3" }
223223
pulley-interpreter-fuzz = { path = 'pulley/fuzz' }
224224

225-
cranelift-wasm = { path = "cranelift/wasm", version = "0.112.2" }
226-
cranelift-codegen = { path = "cranelift/codegen", version = "0.112.2", default-features = false, features = ["std", "unwind"] }
227-
cranelift-frontend = { path = "cranelift/frontend", version = "0.112.2" }
228-
cranelift-entity = { path = "cranelift/entity", version = "0.112.2" }
229-
cranelift-native = { path = "cranelift/native", version = "0.112.2" }
230-
cranelift-module = { path = "cranelift/module", version = "0.112.2" }
231-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.112.2" }
232-
cranelift-reader = { path = "cranelift/reader", version = "0.112.2" }
225+
cranelift-wasm = { path = "cranelift/wasm", version = "0.112.3" }
226+
cranelift-codegen = { path = "cranelift/codegen", version = "0.112.3", default-features = false, features = ["std", "unwind"] }
227+
cranelift-frontend = { path = "cranelift/frontend", version = "0.112.3" }
228+
cranelift-entity = { path = "cranelift/entity", version = "0.112.3" }
229+
cranelift-native = { path = "cranelift/native", version = "0.112.3" }
230+
cranelift-module = { path = "cranelift/module", version = "0.112.3" }
231+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.112.3" }
232+
cranelift-reader = { path = "cranelift/reader", version = "0.112.3" }
233233
cranelift-filetests = { path = "cranelift/filetests" }
234-
cranelift-object = { path = "cranelift/object", version = "0.112.2" }
235-
cranelift-jit = { path = "cranelift/jit", version = "0.112.2" }
234+
cranelift-object = { path = "cranelift/object", version = "0.112.3" }
235+
cranelift-jit = { path = "cranelift/jit", version = "0.112.3" }
236236
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
237-
cranelift-bforest = { path = "cranelift/bforest", version = "0.112.2" }
238-
cranelift-bitset = { path = "cranelift/bitset", version = "0.112.2" }
239-
cranelift-control = { path = "cranelift/control", version = "0.112.2" }
240-
cranelift = { path = "cranelift/umbrella", version = "0.112.2" }
237+
cranelift-bforest = { path = "cranelift/bforest", version = "0.112.3" }
238+
cranelift-bitset = { path = "cranelift/bitset", version = "0.112.3" }
239+
cranelift-control = { path = "cranelift/control", version = "0.112.3" }
240+
cranelift = { path = "cranelift/umbrella", version = "0.112.3" }
241241

242-
winch-codegen = { path = "winch/codegen", version = "=0.23.2" }
242+
winch-codegen = { path = "winch/codegen", version = "=0.23.3" }
243243

244244
wasi-preview1-component-adapter = { path = "crates/wasi-preview1-component-adapter" }
245245
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+
## 25.0.3
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
## 25.0.2
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.112.2"
4+
version = "0.112.3"
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.112.2"
4+
version = "0.112.3"
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.112.2"
4+
version = "0.112.3"
55
description = "Low-level code generator library"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-codegen"
@@ -20,7 +20,7 @@ workspace = true
2020
anyhow = { workspace = true, optional = true, features = ['std'] }
2121
bumpalo = "3"
2222
capstone = { workspace = true, optional = true }
23-
cranelift-codegen-shared = { path = "./shared", version = "0.112.2" }
23+
cranelift-codegen-shared = { path = "./shared", version = "0.112.3" }
2424
cranelift-entity = { workspace = true }
2525
cranelift-bforest = { workspace = true }
2626
cranelift-bitset = { workspace = true }
@@ -49,8 +49,8 @@ similar = "2.1.0"
4949
env_logger = { workspace = true }
5050

5151
[build-dependencies]
52-
cranelift-codegen-meta = { path = "meta", version = "0.112.2" }
53-
cranelift-isle = { path = "../isle/isle", version = "=0.112.2" }
52+
cranelift-codegen-meta = { path = "meta", version = "0.112.3" }
53+
cranelift-isle = { path = "../isle/isle", version = "=0.112.3" }
5454

5555
[features]
5656
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.112.2"
4+
version = "0.112.3"
55
description = "Metaprogram for cranelift-codegen code generator library"
66
license = "Apache-2.0 WITH LLVM-exception"
77
repository = "https://github.com/bytecodealliance/wasmtime"
@@ -16,4 +16,4 @@ workspace = true
1616
rustdoc-args = [ "--document-private-items" ]
1717

1818
[dependencies]
19-
cranelift-codegen-shared = { path = "../shared", version = "0.112.2" }
19+
cranelift-codegen-shared = { path = "../shared", version = "0.112.3" }

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.112.2"
4+
version = "0.112.3"
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.112.2"
4+
version = "0.112.3"
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.112.2"
4+
version = "0.112.3"
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.112.2"
4+
version = "0.112.3"
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.112.2"
3+
version = "0.112.3"
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
@@ -7,7 +7,7 @@ license = "Apache-2.0 WITH LLVM-exception"
77
name = "cranelift-isle"
88
readme = "../README.md"
99
repository = "https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle"
10-
version = "0.112.2"
10+
version = "0.112.3"
1111

1212
[lints]
1313
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.112.2"
3+
version = "0.112.3"
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.112.2"
3+
version = "0.112.3"
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.112.2"
3+
version = "0.112.3"
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.112.2"
3+
version = "0.112.3"
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.112.2"
4+
version = "0.112.3"
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.112.2"
3+
version = "0.112.3"
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.112.2"
4+
version = "0.112.3"
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.112.2"
3+
version = "0.112.3"
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 "25.0.2"
209+
#define WASMTIME_VERSION "25.0.3"
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 2
221+
#define WASMTIME_VERSION_PATCH 3
222222

223223
#ifdef __cplusplus
224224
extern "C" {

pulley/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0 WITH LLVM-exception"
77
name = "pulley-interpreter"
88
readme = "./README.md"
99
repository = "https://github.com/bytecodealliance/wasmtime/tree/main/pulley"
10-
version = "0.1.2"
10+
version = "0.1.3"
1111

1212
[lints]
1313
workspace = true

0 commit comments

Comments
 (0)