Skip to content

Commit b7e5651

Browse files
Release Wasmtime 33.0.1 (#11120)
* Release Wasmtime 33.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 2d4072b commit b7e5651

File tree

25 files changed

+470
-246
lines changed

25 files changed

+470
-246
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ exclude = [
169169
]
170170

171171
[workspace.package]
172-
version = "33.0.0"
172+
version = "33.0.1"
173173
authors = ["The Wasmtime Project Developers"]
174174
edition = "2021"
175175
# Wasmtime's current policy is that this number can be no larger than the
@@ -223,64 +223,64 @@ allow_attributes_without_reason = 'warn'
223223

224224
[workspace.dependencies]
225225
arbitrary = { version = "1.4.0" }
226-
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=33.0.0" }
227-
wasmtime = { path = "crates/wasmtime", version = "33.0.0", default-features = false }
228-
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=33.0.0" }
229-
wasmtime-cache = { path = "crates/cache", version = "=33.0.0" }
230-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=33.0.0" }
231-
wasmtime-cranelift = { path = "crates/cranelift", version = "=33.0.0" }
232-
wasmtime-winch = { path = "crates/winch", version = "=33.0.0" }
233-
wasmtime-environ = { path = "crates/environ", version = "=33.0.0" }
234-
wasmtime-explorer = { path = "crates/explorer", version = "=33.0.0" }
235-
wasmtime-fiber = { path = "crates/fiber", version = "=33.0.0" }
236-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=33.0.0" }
237-
wasmtime-wast = { path = "crates/wast", version = "=33.0.0" }
238-
wasmtime-wasi = { path = "crates/wasi", version = "33.0.0", default-features = false }
239-
wasmtime-wasi-io = { path = "crates/wasi-io", version = "33.0.0", default-features = false }
240-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "33.0.0", default-features = false }
241-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "33.0.0" }
242-
wasmtime-wasi-config = { path = "crates/wasi-config", version = "33.0.0" }
243-
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "33.0.0" }
244-
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "33.0.0" }
245-
wasmtime-component-util = { path = "crates/component-util", version = "=33.0.0" }
246-
wasmtime-component-macro = { path = "crates/component-macro", version = "=33.0.0" }
247-
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=33.0.0" }
248-
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=33.0.0" }
249-
wasmtime-slab = { path = "crates/slab", version = "=33.0.0" }
250-
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "33.0.0" }
251-
wiggle = { path = "crates/wiggle", version = "=33.0.0", default-features = false }
252-
wiggle-macro = { path = "crates/wiggle/macro", version = "=33.0.0" }
253-
wiggle-generate = { path = "crates/wiggle/generate", version = "=33.0.0" }
254-
wasi-common = { path = "crates/wasi-common", version = "=33.0.0", default-features = false }
226+
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=33.0.1" }
227+
wasmtime = { path = "crates/wasmtime", version = "33.0.1", default-features = false }
228+
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=33.0.1" }
229+
wasmtime-cache = { path = "crates/cache", version = "=33.0.1" }
230+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=33.0.1" }
231+
wasmtime-cranelift = { path = "crates/cranelift", version = "=33.0.1" }
232+
wasmtime-winch = { path = "crates/winch", version = "=33.0.1" }
233+
wasmtime-environ = { path = "crates/environ", version = "=33.0.1" }
234+
wasmtime-explorer = { path = "crates/explorer", version = "=33.0.1" }
235+
wasmtime-fiber = { path = "crates/fiber", version = "=33.0.1" }
236+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=33.0.1" }
237+
wasmtime-wast = { path = "crates/wast", version = "=33.0.1" }
238+
wasmtime-wasi = { path = "crates/wasi", version = "33.0.1", default-features = false }
239+
wasmtime-wasi-io = { path = "crates/wasi-io", version = "33.0.1", default-features = false }
240+
wasmtime-wasi-http = { path = "crates/wasi-http", version = "33.0.1", default-features = false }
241+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "33.0.1" }
242+
wasmtime-wasi-config = { path = "crates/wasi-config", version = "33.0.1" }
243+
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "33.0.1" }
244+
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "33.0.1" }
245+
wasmtime-component-util = { path = "crates/component-util", version = "=33.0.1" }
246+
wasmtime-component-macro = { path = "crates/component-macro", version = "=33.0.1" }
247+
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=33.0.1" }
248+
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=33.0.1" }
249+
wasmtime-slab = { path = "crates/slab", version = "=33.0.1" }
250+
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "33.0.1" }
251+
wiggle = { path = "crates/wiggle", version = "=33.0.1", default-features = false }
252+
wiggle-macro = { path = "crates/wiggle/macro", version = "=33.0.1" }
253+
wiggle-generate = { path = "crates/wiggle/generate", version = "=33.0.1" }
254+
wasi-common = { path = "crates/wasi-common", version = "=33.0.1", default-features = false }
255255
wasmtime-fuzzing = { path = "crates/fuzzing" }
256-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=33.0.0" }
257-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=33.0.0" }
258-
wasmtime-math = { path = "crates/math", version = "=33.0.0" }
256+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=33.0.1" }
257+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=33.0.1" }
258+
wasmtime-math = { path = "crates/math", version = "=33.0.1" }
259259
test-programs-artifacts = { path = 'crates/test-programs/artifacts' }
260260
wasmtime-test-util = { path = "crates/test-util" }
261261

262-
pulley-interpreter = { path = 'pulley', version = "=33.0.0" }
262+
pulley-interpreter = { path = 'pulley', version = "=33.0.1" }
263263
pulley-interpreter-fuzz = { path = 'pulley/fuzz' }
264264

265-
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.120.0" }
266-
cranelift-codegen = { path = "cranelift/codegen", version = "0.120.0", default-features = false, features = ["std", "unwind"] }
267-
cranelift-frontend = { path = "cranelift/frontend", version = "0.120.0" }
268-
cranelift-entity = { path = "cranelift/entity", version = "0.120.0" }
269-
cranelift-native = { path = "cranelift/native", version = "0.120.0" }
270-
cranelift-module = { path = "cranelift/module", version = "0.120.0" }
271-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.120.0" }
272-
cranelift-reader = { path = "cranelift/reader", version = "0.120.0" }
265+
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.120.1" }
266+
cranelift-codegen = { path = "cranelift/codegen", version = "0.120.1", default-features = false, features = ["std", "unwind"] }
267+
cranelift-frontend = { path = "cranelift/frontend", version = "0.120.1" }
268+
cranelift-entity = { path = "cranelift/entity", version = "0.120.1" }
269+
cranelift-native = { path = "cranelift/native", version = "0.120.1" }
270+
cranelift-module = { path = "cranelift/module", version = "0.120.1" }
271+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.120.1" }
272+
cranelift-reader = { path = "cranelift/reader", version = "0.120.1" }
273273
cranelift-filetests = { path = "cranelift/filetests" }
274-
cranelift-object = { path = "cranelift/object", version = "0.120.0" }
275-
cranelift-jit = { path = "cranelift/jit", version = "0.120.0" }
274+
cranelift-object = { path = "cranelift/object", version = "0.120.1" }
275+
cranelift-jit = { path = "cranelift/jit", version = "0.120.1" }
276276
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
277-
cranelift-bforest = { path = "cranelift/bforest", version = "0.120.0" }
278-
cranelift-bitset = { path = "cranelift/bitset", version = "0.120.0" }
279-
cranelift-control = { path = "cranelift/control", version = "0.120.0" }
280-
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.120.0" }
281-
cranelift = { path = "cranelift/umbrella", version = "0.120.0" }
277+
cranelift-bforest = { path = "cranelift/bforest", version = "0.120.1" }
278+
cranelift-bitset = { path = "cranelift/bitset", version = "0.120.1" }
279+
cranelift-control = { path = "cranelift/control", version = "0.120.1" }
280+
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.120.1" }
281+
cranelift = { path = "cranelift/umbrella", version = "0.120.1" }
282282

283-
winch-codegen = { path = "winch/codegen", version = "=33.0.0" }
283+
winch-codegen = { path = "winch/codegen", version = "=33.0.1" }
284284

285285
wasi-preview1-component-adapter = { path = "crates/wasi-preview1-component-adapter" }
286286
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+
## 33.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
## 33.0.0
214

315
Released 2025-05-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.120.0"
4+
version = "0.120.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.120.0" }
19+
cranelift-assembler-x64-meta = { path = "meta", version = "0.120.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.120.0"
4+
version = "0.120.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.120.0"
4+
version = "0.120.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.120.0"
4+
version = "0.120.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.120.0"
4+
version = "0.120.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.120.0" }
28+
cranelift-codegen-shared = { path = "./shared", version = "0.120.1" }
2929
cranelift-entity = { workspace = true }
3030
cranelift-bforest = { workspace = true }
3131
cranelift-bitset = { workspace = true }
@@ -54,8 +54,8 @@ similar = "2.1.0"
5454
env_logger = { workspace = true }
5555

5656
[build-dependencies]
57-
cranelift-codegen-meta = { path = "meta", version = "0.120.0" }
58-
cranelift-isle = { path = "../isle/isle", version = "=0.120.0" }
57+
cranelift-codegen-meta = { path = "meta", version = "0.120.1" }
58+
cranelift-isle = { path = "../isle/isle", version = "=0.120.1" }
5959

6060
[features]
6161
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.120.0"
4+
version = "0.120.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.120.0" }
21-
cranelift-codegen-shared = { path = "../shared", version = "0.120.0" }
20+
cranelift-assembler-x64-meta = { path = "../../assembler-x64/meta", version = "0.120.1" }
21+
cranelift-codegen-shared = { path = "../shared", version = "0.120.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.120.0"
4+
version = "0.120.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)