Skip to content

Commit b4cb894

Browse files
Release Wasmtime 25.0.1 (#9306)
* Release Wasmtime 25.0.1 [automatically-tag-and-release-this-commit] * Add release notes --------- Co-authored-by: Wasmtime Publish <[email protected]> Co-authored-by: Alex Crichton <[email protected]>
1 parent 611f79d commit b4cb894

File tree

25 files changed

+629
-132
lines changed

25 files changed

+629
-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.0"
159+
version = "25.0.1"
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.0" }
188-
wasmtime = { path = "crates/wasmtime", version = "25.0.0", default-features = false }
189-
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=25.0.0" }
190-
wasmtime-cache = { path = "crates/cache", version = "=25.0.0" }
191-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=25.0.0" }
192-
wasmtime-cranelift = { path = "crates/cranelift", version = "=25.0.0" }
193-
wasmtime-winch = { path = "crates/winch", version = "=25.0.0" }
194-
wasmtime-environ = { path = "crates/environ", version = "=25.0.0" }
195-
wasmtime-explorer = { path = "crates/explorer", version = "=25.0.0" }
196-
wasmtime-fiber = { path = "crates/fiber", version = "=25.0.0" }
197-
wasmtime-types = { path = "crates/types", version = "25.0.0" }
198-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=25.0.0" }
199-
wasmtime-wast = { path = "crates/wast", version = "=25.0.0" }
200-
wasmtime-wasi = { path = "crates/wasi", version = "25.0.0", default-features = false }
201-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=25.0.0", default-features = false }
202-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "25.0.0" }
203-
wasmtime-wasi-runtime-config = { path = "crates/wasi-runtime-config", version = "25.0.0" }
204-
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "25.0.0" }
205-
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "25.0.0" }
206-
wasmtime-component-util = { path = "crates/component-util", version = "=25.0.0" }
207-
wasmtime-component-macro = { path = "crates/component-macro", version = "=25.0.0" }
208-
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=25.0.0" }
209-
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=25.0.0" }
210-
wasmtime-slab = { path = "crates/slab", version = "=25.0.0" }
187+
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=25.0.1" }
188+
wasmtime = { path = "crates/wasmtime", version = "25.0.1", default-features = false }
189+
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=25.0.1" }
190+
wasmtime-cache = { path = "crates/cache", version = "=25.0.1" }
191+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=25.0.1" }
192+
wasmtime-cranelift = { path = "crates/cranelift", version = "=25.0.1" }
193+
wasmtime-winch = { path = "crates/winch", version = "=25.0.1" }
194+
wasmtime-environ = { path = "crates/environ", version = "=25.0.1" }
195+
wasmtime-explorer = { path = "crates/explorer", version = "=25.0.1" }
196+
wasmtime-fiber = { path = "crates/fiber", version = "=25.0.1" }
197+
wasmtime-types = { path = "crates/types", version = "25.0.1" }
198+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=25.0.1" }
199+
wasmtime-wast = { path = "crates/wast", version = "=25.0.1" }
200+
wasmtime-wasi = { path = "crates/wasi", version = "25.0.1", default-features = false }
201+
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=25.0.1", default-features = false }
202+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "25.0.1" }
203+
wasmtime-wasi-runtime-config = { path = "crates/wasi-runtime-config", version = "25.0.1" }
204+
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "25.0.1" }
205+
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "25.0.1" }
206+
wasmtime-component-util = { path = "crates/component-util", version = "=25.0.1" }
207+
wasmtime-component-macro = { path = "crates/component-macro", version = "=25.0.1" }
208+
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=25.0.1" }
209+
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=25.0.1" }
210+
wasmtime-slab = { path = "crates/slab", version = "=25.0.1" }
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.0", default-features = false }
214-
wiggle-macro = { path = "crates/wiggle/macro", version = "=25.0.0" }
215-
wiggle-generate = { path = "crates/wiggle/generate", version = "=25.0.0" }
216-
wasi-common = { path = "crates/wasi-common", version = "=25.0.0", default-features = false }
213+
wiggle = { path = "crates/wiggle", version = "=25.0.1", default-features = false }
214+
wiggle-macro = { path = "crates/wiggle/macro", version = "=25.0.1" }
215+
wiggle-generate = { path = "crates/wiggle/generate", version = "=25.0.1" }
216+
wasi-common = { path = "crates/wasi-common", version = "=25.0.1", default-features = false }
217217
wasmtime-fuzzing = { path = "crates/fuzzing" }
218-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=25.0.0" }
219-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=25.0.0" }
218+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=25.0.1" }
219+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=25.0.1" }
220220
test-programs-artifacts = { path = 'crates/test-programs/artifacts' }
221221

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

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

242-
winch-codegen = { path = "winch/codegen", version = "=0.23.0" }
242+
winch-codegen = { path = "winch/codegen", version = "=0.23.1" }
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 25.0.1
2+
3+
Released 2024-09-24.
4+
5+
### Added
6+
7+
* The `wasmtime` CLI's `-Wmax-wasm-stack` option now automatically configures
8+
the async stack size as well. A new `-Wasync-stack-size` option was
9+
additionally added to configure it too.
10+
[#9302](https://github.com/bytecodealliance/wasmtime/pull/9302)
11+
12+
--------------------------------------------------------------------------------
13+
114
## 25.0.0
215

316
Released 2024-09-20.

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.0"
4+
version = "0.112.1"
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.0"
4+
version = "0.112.1"
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.0"
4+
version = "0.112.1"
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.0" }
23+
cranelift-codegen-shared = { path = "./shared", version = "0.112.1" }
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.0" }
53-
cranelift-isle = { path = "../isle/isle", version = "=0.112.0" }
52+
cranelift-codegen-meta = { path = "meta", version = "0.112.1" }
53+
cranelift-isle = { path = "../isle/isle", version = "=0.112.1" }
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.0"
4+
version = "0.112.1"
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.0" }
19+
cranelift-codegen-shared = { path = "../shared", version = "0.112.1" }

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.0"
4+
version = "0.112.1"
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.0"
4+
version = "0.112.1"
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.0"
4+
version = "0.112.1"
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"

0 commit comments

Comments
 (0)