Skip to content

Commit ebdadc4

Browse files
Release Wasmtime 34.0.1 (#11119)
* Release Wasmtime 34.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 f5a9490 commit ebdadc4

File tree

25 files changed

+479
-251
lines changed

25 files changed

+479
-251
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ exclude = [
172172
]
173173

174174
[workspace.package]
175-
version = "34.0.0"
175+
version = "34.0.1"
176176
authors = ["The Wasmtime Project Developers"]
177177
edition = "2024"
178178
# Wasmtime's current policy is that this number can be no larger than the
@@ -216,65 +216,65 @@ from_over_into = 'warn'
216216

217217
[workspace.dependencies]
218218
arbitrary = { version = "1.4.0" }
219-
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=34.0.0" }
220-
wasmtime = { path = "crates/wasmtime", version = "34.0.0", default-features = false }
221-
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=34.0.0" }
222-
wasmtime-cache = { path = "crates/cache", version = "=34.0.0" }
223-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=34.0.0" }
224-
wasmtime-cranelift = { path = "crates/cranelift", version = "=34.0.0" }
225-
wasmtime-winch = { path = "crates/winch", version = "=34.0.0" }
226-
wasmtime-environ = { path = "crates/environ", version = "=34.0.0" }
227-
wasmtime-explorer = { path = "crates/explorer", version = "=34.0.0" }
228-
wasmtime-fiber = { path = "crates/fiber", version = "=34.0.0" }
229-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=34.0.0" }
230-
wasmtime-wast = { path = "crates/wast", version = "=34.0.0" }
231-
wasmtime-wasi = { path = "crates/wasi", version = "34.0.0", default-features = false }
232-
wasmtime-wasi-io = { path = "crates/wasi-io", version = "34.0.0", default-features = false }
233-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "34.0.0", default-features = false }
234-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "34.0.0" }
235-
wasmtime-wasi-config = { path = "crates/wasi-config", version = "34.0.0" }
236-
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "34.0.0" }
237-
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "34.0.0" }
238-
wasmtime-component-util = { path = "crates/component-util", version = "=34.0.0" }
239-
wasmtime-component-macro = { path = "crates/component-macro", version = "=34.0.0" }
240-
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=34.0.0" }
241-
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=34.0.0" }
242-
wasmtime-slab = { path = "crates/slab", version = "=34.0.0" }
243-
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "34.0.0" }
244-
wiggle = { path = "crates/wiggle", version = "=34.0.0", default-features = false }
245-
wiggle-macro = { path = "crates/wiggle/macro", version = "=34.0.0" }
246-
wiggle-generate = { path = "crates/wiggle/generate", version = "=34.0.0" }
247-
wasi-common = { path = "crates/wasi-common", version = "=34.0.0", default-features = false }
219+
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=34.0.1" }
220+
wasmtime = { path = "crates/wasmtime", version = "34.0.1", default-features = false }
221+
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=34.0.1" }
222+
wasmtime-cache = { path = "crates/cache", version = "=34.0.1" }
223+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=34.0.1" }
224+
wasmtime-cranelift = { path = "crates/cranelift", version = "=34.0.1" }
225+
wasmtime-winch = { path = "crates/winch", version = "=34.0.1" }
226+
wasmtime-environ = { path = "crates/environ", version = "=34.0.1" }
227+
wasmtime-explorer = { path = "crates/explorer", version = "=34.0.1" }
228+
wasmtime-fiber = { path = "crates/fiber", version = "=34.0.1" }
229+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=34.0.1" }
230+
wasmtime-wast = { path = "crates/wast", version = "=34.0.1" }
231+
wasmtime-wasi = { path = "crates/wasi", version = "34.0.1", default-features = false }
232+
wasmtime-wasi-io = { path = "crates/wasi-io", version = "34.0.1", default-features = false }
233+
wasmtime-wasi-http = { path = "crates/wasi-http", version = "34.0.1", default-features = false }
234+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "34.0.1" }
235+
wasmtime-wasi-config = { path = "crates/wasi-config", version = "34.0.1" }
236+
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "34.0.1" }
237+
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "34.0.1" }
238+
wasmtime-component-util = { path = "crates/component-util", version = "=34.0.1" }
239+
wasmtime-component-macro = { path = "crates/component-macro", version = "=34.0.1" }
240+
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=34.0.1" }
241+
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=34.0.1" }
242+
wasmtime-slab = { path = "crates/slab", version = "=34.0.1" }
243+
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "34.0.1" }
244+
wiggle = { path = "crates/wiggle", version = "=34.0.1", default-features = false }
245+
wiggle-macro = { path = "crates/wiggle/macro", version = "=34.0.1" }
246+
wiggle-generate = { path = "crates/wiggle/generate", version = "=34.0.1" }
247+
wasi-common = { path = "crates/wasi-common", version = "=34.0.1", default-features = false }
248248
wasmtime-fuzzing = { path = "crates/fuzzing" }
249-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=34.0.0" }
250-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=34.0.0" }
251-
wasmtime-math = { path = "crates/math", version = "=34.0.0" }
249+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=34.0.1" }
250+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=34.0.1" }
251+
wasmtime-math = { path = "crates/math", version = "=34.0.1" }
252252
test-programs-artifacts = { path = 'crates/test-programs/artifacts' }
253253
wasmtime-test-util = { path = "crates/test-util" }
254254

255-
pulley-interpreter = { path = 'pulley', version = "=34.0.0" }
255+
pulley-interpreter = { path = 'pulley', version = "=34.0.1" }
256256
pulley-interpreter-fuzz = { path = 'pulley/fuzz' }
257-
pulley-macros = { path = 'pulley/macros', version = "=34.0.0" }
258-
259-
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.121.0" }
260-
cranelift-codegen = { path = "cranelift/codegen", version = "0.121.0", default-features = false, features = ["std", "unwind"] }
261-
cranelift-frontend = { path = "cranelift/frontend", version = "0.121.0" }
262-
cranelift-entity = { path = "cranelift/entity", version = "0.121.0" }
263-
cranelift-native = { path = "cranelift/native", version = "0.121.0" }
264-
cranelift-module = { path = "cranelift/module", version = "0.121.0" }
265-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.121.0" }
266-
cranelift-reader = { path = "cranelift/reader", version = "0.121.0" }
257+
pulley-macros = { path = 'pulley/macros', version = "=34.0.1" }
258+
259+
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.121.1" }
260+
cranelift-codegen = { path = "cranelift/codegen", version = "0.121.1", default-features = false, features = ["std", "unwind"] }
261+
cranelift-frontend = { path = "cranelift/frontend", version = "0.121.1" }
262+
cranelift-entity = { path = "cranelift/entity", version = "0.121.1" }
263+
cranelift-native = { path = "cranelift/native", version = "0.121.1" }
264+
cranelift-module = { path = "cranelift/module", version = "0.121.1" }
265+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.121.1" }
266+
cranelift-reader = { path = "cranelift/reader", version = "0.121.1" }
267267
cranelift-filetests = { path = "cranelift/filetests" }
268-
cranelift-object = { path = "cranelift/object", version = "0.121.0" }
269-
cranelift-jit = { path = "cranelift/jit", version = "0.121.0" }
268+
cranelift-object = { path = "cranelift/object", version = "0.121.1" }
269+
cranelift-jit = { path = "cranelift/jit", version = "0.121.1" }
270270
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
271-
cranelift-bforest = { path = "cranelift/bforest", version = "0.121.0" }
272-
cranelift-bitset = { path = "cranelift/bitset", version = "0.121.0" }
273-
cranelift-control = { path = "cranelift/control", version = "0.121.0" }
274-
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.121.0" }
275-
cranelift = { path = "cranelift/umbrella", version = "0.121.0" }
271+
cranelift-bforest = { path = "cranelift/bforest", version = "0.121.1" }
272+
cranelift-bitset = { path = "cranelift/bitset", version = "0.121.1" }
273+
cranelift-control = { path = "cranelift/control", version = "0.121.1" }
274+
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.121.1" }
275+
cranelift = { path = "cranelift/umbrella", version = "0.121.1" }
276276

277-
winch-codegen = { path = "winch/codegen", version = "=34.0.0" }
277+
winch-codegen = { path = "winch/codegen", version = "=34.0.1" }
278278

279279
wasi-preview1-component-adapter = { path = "crates/wasi-preview1-component-adapter" }
280280
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+
## 34.0.1
2+
3+
Released 2025-06-24.
4+
5+
### Fixed
6+
7+
* Fix a panic with host-defined tables/globals and concrete reference
8+
types.
9+
[#11103](https://github.com/bytecodealliance/wasmtime/pull/11103)
10+
11+
--------------------------------------------------------------------------------
12+
113
## 34.0.0
214

315
Released 2025-06-20.

cranelift/assembler-x64/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-assembler-x64"
33
description = "A Cranelift-specific x64 assembler"
4-
version = "0.121.0"
4+
version = "0.121.1"
55
license = "Apache-2.0 WITH LLVM-exception"
66
edition.workspace = true
77
rust-version.workspace = true
@@ -16,7 +16,7 @@ arbtest = "0.3.1"
1616
capstone = { workspace = true }
1717

1818
[build-dependencies]
19-
cranelift-assembler-x64-meta = { path = "meta", version = "0.121.0" }
19+
cranelift-assembler-x64-meta = { path = "meta", version = "0.121.1" }
2020

2121
[lints]
2222
workspace = true

cranelift/assembler-x64/meta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cranelift-assembler-x64-meta"
33
description = "Generate a Cranelift-specific assembler for x64 instructions"
4-
version = "0.121.0"
4+
version = "0.121.1"
55
license = "Apache-2.0 WITH LLVM-exception"
66
edition.workspace = true
77
rust-version.workspace = true

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.121.0"
4+
version = "0.121.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.121.0"
4+
version = "0.121.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.121.0"
4+
version = "0.121.1"
55
description = "Low-level code generator library"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-codegen"
@@ -25,7 +25,7 @@ anyhow = { workspace = true, optional = true, features = ['std'] }
2525
bumpalo = "3"
2626
capstone = { workspace = true, optional = true }
2727
cranelift-assembler-x64 = { workspace = true }
28-
cranelift-codegen-shared = { path = "./shared", version = "0.121.0" }
28+
cranelift-codegen-shared = { path = "./shared", version = "0.121.1" }
2929
cranelift-entity = { workspace = true }
3030
cranelift-bforest = { workspace = true }
3131
cranelift-bitset = { workspace = true }
@@ -55,8 +55,8 @@ similar = "2.1.0"
5555
env_logger = { workspace = true }
5656

5757
[build-dependencies]
58-
cranelift-codegen-meta = { path = "meta", version = "0.121.0" }
59-
cranelift-isle = { path = "../isle/isle", version = "=0.121.0" }
58+
cranelift-codegen-meta = { path = "meta", version = "0.121.1" }
59+
cranelift-isle = { path = "../isle/isle", version = "=0.121.1" }
6060

6161
[features]
6262
default = ["std", "unwind", "host-arch", "timing"]

cranelift/codegen/meta/Cargo.toml

Lines changed: 3 additions & 3 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.121.0"
4+
version = "0.121.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"
@@ -17,8 +17,8 @@ rustdoc-args = ["--document-private-items"]
1717

1818
[dependencies]
1919
cranelift-srcgen = { workspace = true }
20-
cranelift-assembler-x64-meta = { path = "../../assembler-x64/meta", version = "0.121.0" }
21-
cranelift-codegen-shared = { path = "../shared", version = "0.121.0" }
20+
cranelift-assembler-x64-meta = { path = "../../assembler-x64/meta", version = "0.121.1" }
21+
cranelift-codegen-shared = { path = "../shared", version = "0.121.1" }
2222
pulley-interpreter = { workspace = true, optional = true }
2323

2424
[features]

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.121.0"
4+
version = "0.121.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"

0 commit comments

Comments
 (0)