Skip to content

Commit 9dc6a7d

Browse files
Bump Wasmtime to 41.0.0 (#12126)
Co-authored-by: Wasmtime Publish <[email protected]>
1 parent ac3358b commit 9dc6a7d

File tree

25 files changed

+382
-149
lines changed

25 files changed

+382
-149
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ exclude = [
182182
]
183183

184184
[workspace.package]
185-
version = "40.0.0"
185+
version = "41.0.0"
186186
authors = ["The Wasmtime Project Developers"]
187187
edition = "2024"
188188
# Wasmtime's current policy is that this number can be no larger than the
@@ -236,19 +236,19 @@ extra_unused_type_parameters = 'warn'
236236
# tooling but aren't intended to be widely depended on.
237237
#
238238
# All of these crates are supported though in the sense that
239-
wasmtime = { path = "crates/wasmtime", version = "40.0.0", default-features = false }
240-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=40.0.0" }
241-
wasmtime-environ = { path = "crates/environ", version = "=40.0.0" }
242-
wasmtime-wasi = { path = "crates/wasi", version = "40.0.0", default-features = false }
243-
wasmtime-wasi-io = { path = "crates/wasi-io", version = "40.0.0", default-features = false }
244-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "40.0.0", default-features = false }
245-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "40.0.0" }
246-
wasmtime-wasi-config = { path = "crates/wasi-config", version = "40.0.0" }
247-
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "40.0.0" }
248-
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "40.0.0" }
249-
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "40.0.0" }
250-
wasmtime-wasi-tls-nativetls = { path = "crates/wasi-tls-nativetls", version = "40.0.0" }
251-
wasmtime-wast = { path = "crates/wast", version = "=40.0.0" }
239+
wasmtime = { path = "crates/wasmtime", version = "41.0.0", default-features = false }
240+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=41.0.0" }
241+
wasmtime-environ = { path = "crates/environ", version = "=41.0.0" }
242+
wasmtime-wasi = { path = "crates/wasi", version = "41.0.0", default-features = false }
243+
wasmtime-wasi-io = { path = "crates/wasi-io", version = "41.0.0", default-features = false }
244+
wasmtime-wasi-http = { path = "crates/wasi-http", version = "41.0.0", default-features = false }
245+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "41.0.0" }
246+
wasmtime-wasi-config = { path = "crates/wasi-config", version = "41.0.0" }
247+
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "41.0.0" }
248+
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "41.0.0" }
249+
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "41.0.0" }
250+
wasmtime-wasi-tls-nativetls = { path = "crates/wasi-tls-nativetls", version = "41.0.0" }
251+
wasmtime-wast = { path = "crates/wast", version = "=41.0.0" }
252252

253253
# Internal Wasmtime-specific crates.
254254
#
@@ -257,54 +257,54 @@ wasmtime-wast = { path = "crates/wast", version = "=40.0.0" }
257257
# that these are internal unsupported crates for external use. These exist as
258258
# part of the project organization of other public crates in Wasmtime and are
259259
# otherwise not supported in terms of CVEs for example.
260-
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=40.0.0", package = 'wasmtime-internal-wmemcheck' }
261-
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=40.0.0", package = 'wasmtime-internal-c-api-macros' }
262-
wasmtime-cache = { path = "crates/cache", version = "=40.0.0", package = 'wasmtime-internal-cache' }
263-
wasmtime-cranelift = { path = "crates/cranelift", version = "=40.0.0", package = 'wasmtime-internal-cranelift' }
264-
wasmtime-winch = { path = "crates/winch", version = "=40.0.0", package = 'wasmtime-internal-winch' }
265-
wasmtime-explorer = { path = "crates/explorer", version = "=40.0.0", package = 'wasmtime-internal-explorer' }
266-
wasmtime-fiber = { path = "crates/fiber", version = "=40.0.0", package = 'wasmtime-internal-fiber' }
267-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=40.0.0", package = 'wasmtime-internal-jit-debug' }
268-
wasmtime-component-util = { path = "crates/component-util", version = "=40.0.0", package = 'wasmtime-internal-component-util' }
269-
wasmtime-component-macro = { path = "crates/component-macro", version = "=40.0.0", package = 'wasmtime-internal-component-macro' }
270-
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=40.0.0", package = 'wasmtime-internal-versioned-export-macros' }
271-
wasmtime-slab = { path = "crates/slab", version = "=40.0.0", package = 'wasmtime-internal-slab' }
272-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=40.0.0", package = 'wasmtime-internal-jit-icache-coherence' }
273-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=40.0.0", package = 'wasmtime-internal-wit-bindgen' }
274-
wasmtime-math = { path = "crates/math", version = "=40.0.0", package = 'wasmtime-internal-math' }
275-
wasmtime-unwinder = { path = "crates/unwinder", version = "=40.0.0", package = 'wasmtime-internal-unwinder' }
276-
wasmtime-wizer = { path = "crates/wizer", version = "40.0.0" }
260+
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=41.0.0", package = 'wasmtime-internal-wmemcheck' }
261+
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=41.0.0", package = 'wasmtime-internal-c-api-macros' }
262+
wasmtime-cache = { path = "crates/cache", version = "=41.0.0", package = 'wasmtime-internal-cache' }
263+
wasmtime-cranelift = { path = "crates/cranelift", version = "=41.0.0", package = 'wasmtime-internal-cranelift' }
264+
wasmtime-winch = { path = "crates/winch", version = "=41.0.0", package = 'wasmtime-internal-winch' }
265+
wasmtime-explorer = { path = "crates/explorer", version = "=41.0.0", package = 'wasmtime-internal-explorer' }
266+
wasmtime-fiber = { path = "crates/fiber", version = "=41.0.0", package = 'wasmtime-internal-fiber' }
267+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=41.0.0", package = 'wasmtime-internal-jit-debug' }
268+
wasmtime-component-util = { path = "crates/component-util", version = "=41.0.0", package = 'wasmtime-internal-component-util' }
269+
wasmtime-component-macro = { path = "crates/component-macro", version = "=41.0.0", package = 'wasmtime-internal-component-macro' }
270+
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=41.0.0", package = 'wasmtime-internal-versioned-export-macros' }
271+
wasmtime-slab = { path = "crates/slab", version = "=41.0.0", package = 'wasmtime-internal-slab' }
272+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=41.0.0", package = 'wasmtime-internal-jit-icache-coherence' }
273+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=41.0.0", package = 'wasmtime-internal-wit-bindgen' }
274+
wasmtime-math = { path = "crates/math", version = "=41.0.0", package = 'wasmtime-internal-math' }
275+
wasmtime-unwinder = { path = "crates/unwinder", version = "=41.0.0", package = 'wasmtime-internal-unwinder' }
276+
wasmtime-wizer = { path = "crates/wizer", version = "41.0.0" }
277277

278278
# Miscellaneous crates without a `wasmtime-*` prefix in their name but still
279279
# used in the `wasmtime-*` family of crates depending on various features/etc.
280-
wiggle = { path = "crates/wiggle", version = "=40.0.0", default-features = false }
281-
wiggle-macro = { path = "crates/wiggle/macro", version = "=40.0.0" }
282-
wiggle-generate = { path = "crates/wiggle/generate", version = "=40.0.0" }
283-
wasi-common = { path = "crates/wasi-common", version = "=40.0.0", default-features = false }
284-
pulley-interpreter = { path = 'pulley', version = "=40.0.0" }
285-
pulley-macros = { path = 'pulley/macros', version = "=40.0.0" }
280+
wiggle = { path = "crates/wiggle", version = "=41.0.0", default-features = false }
281+
wiggle-macro = { path = "crates/wiggle/macro", version = "=41.0.0" }
282+
wiggle-generate = { path = "crates/wiggle/generate", version = "=41.0.0" }
283+
wasi-common = { path = "crates/wasi-common", version = "=41.0.0", default-features = false }
284+
pulley-interpreter = { path = 'pulley', version = "=41.0.0" }
285+
pulley-macros = { path = 'pulley/macros', version = "=41.0.0" }
286286

287287
# Cranelift crates in this workspace
288-
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.127.0" }
289-
cranelift-codegen = { path = "cranelift/codegen", version = "0.127.0", default-features = false, features = ["std", "unwind"] }
290-
cranelift-frontend = { path = "cranelift/frontend", version = "0.127.0" }
291-
cranelift-entity = { path = "cranelift/entity", version = "0.127.0" }
292-
cranelift-native = { path = "cranelift/native", version = "0.127.0" }
293-
cranelift-module = { path = "cranelift/module", version = "0.127.0" }
294-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.127.0" }
295-
cranelift-reader = { path = "cranelift/reader", version = "0.127.0" }
288+
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.128.0" }
289+
cranelift-codegen = { path = "cranelift/codegen", version = "0.128.0", default-features = false, features = ["std", "unwind"] }
290+
cranelift-frontend = { path = "cranelift/frontend", version = "0.128.0" }
291+
cranelift-entity = { path = "cranelift/entity", version = "0.128.0" }
292+
cranelift-native = { path = "cranelift/native", version = "0.128.0" }
293+
cranelift-module = { path = "cranelift/module", version = "0.128.0" }
294+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.128.0" }
295+
cranelift-reader = { path = "cranelift/reader", version = "0.128.0" }
296296
cranelift-filetests = { path = "cranelift/filetests" }
297-
cranelift-object = { path = "cranelift/object", version = "0.127.0" }
298-
cranelift-jit = { path = "cranelift/jit", version = "0.127.0" }
297+
cranelift-object = { path = "cranelift/object", version = "0.128.0" }
298+
cranelift-jit = { path = "cranelift/jit", version = "0.128.0" }
299299
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
300-
cranelift-bforest = { path = "cranelift/bforest", version = "0.127.0" }
301-
cranelift-bitset = { path = "cranelift/bitset", version = "0.127.0" }
302-
cranelift-control = { path = "cranelift/control", version = "0.127.0" }
303-
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.127.0" }
304-
cranelift = { path = "cranelift/umbrella", version = "0.127.0" }
300+
cranelift-bforest = { path = "cranelift/bforest", version = "0.128.0" }
301+
cranelift-bitset = { path = "cranelift/bitset", version = "0.128.0" }
302+
cranelift-control = { path = "cranelift/control", version = "0.128.0" }
303+
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.128.0" }
304+
cranelift = { path = "cranelift/umbrella", version = "0.128.0" }
305305

306306
# Winch crates in this workspace.
307-
winch-codegen = { path = "winch/codegen", version = "=40.0.0" }
307+
winch-codegen = { path = "winch/codegen", version = "=41.0.0" }
308308

309309
# Internal crates not published to crates.io used in testing, builds, etc
310310
wasi-preview1-component-adapter = { path = "crates/wasi-preview1-component-adapter" }

RELEASES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 40.0.0
1+
## 41.0.0
22

33
Unreleased.
44

@@ -12,6 +12,7 @@ Release notes for previous releases of Wasmtime can be found on the respective
1212
release branches of the Wasmtime repository.
1313

1414
<!-- ARCHIVE_START -->
15+
* [40.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-40.0.0/RELEASES.md)
1516
* [39.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-39.0.0/RELEASES.md)
1617
* [38.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-38.0.0/RELEASES.md)
1718
* [37.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-37.0.0/RELEASES.md)

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.127.0"
4+
version = "0.128.0"
55
license = "Apache-2.0 WITH LLVM-exception"
66
edition.workspace = true
77
rust-version.workspace = true
@@ -16,7 +16,7 @@ arbtest = { workspace = true }
1616
capstone = { workspace = true }
1717

1818
[build-dependencies]
19-
cranelift-assembler-x64-meta = { path = "meta", version = "0.127.0" }
19+
cranelift-assembler-x64-meta = { path = "meta", version = "0.128.0" }
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.127.0"
4+
version = "0.128.0"
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.127.0"
4+
version = "0.128.0"
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.127.0"
4+
version = "0.128.0"
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.127.0"
4+
version = "0.128.0"
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.127.0" }
28+
cranelift-codegen-shared = { path = "./shared", version = "0.128.0" }
2929
cranelift-entity = { workspace = true }
3030
cranelift-bforest = { workspace = true }
3131
cranelift-bitset = { workspace = true }
@@ -56,8 +56,8 @@ env_logger = { workspace = true }
5656
proptest = { workspace = true }
5757

5858
[build-dependencies]
59-
cranelift-codegen-meta = { path = "meta", version = "0.127.0" }
60-
cranelift-isle = { path = "../isle/isle", version = "=0.127.0" }
59+
cranelift-codegen-meta = { path = "meta", version = "0.128.0" }
60+
cranelift-isle = { path = "../isle/isle", version = "=0.128.0" }
6161

6262
[features]
6363
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.127.0"
4+
version = "0.128.0"
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.127.0" }
21-
cranelift-codegen-shared = { path = "../shared", version = "0.127.0" }
20+
cranelift-assembler-x64-meta = { path = "../../assembler-x64/meta", version = "0.128.0" }
21+
cranelift-codegen-shared = { path = "../shared", version = "0.128.0" }
2222
pulley-interpreter = { workspace = true, optional = true }
2323
heck = "0.5.0"
2424

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.127.0"
4+
version = "0.128.0"
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)