Skip to content

Commit 48da313

Browse files
Bump Wasmtime to 39.0.0 (#11793)
Co-authored-by: Wasmtime Publish <[email protected]>
1 parent 3a13642 commit 48da313

File tree

25 files changed

+490
-261
lines changed

25 files changed

+490
-261
lines changed

Cargo.lock

Lines changed: 66 additions & 66 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
@@ -175,7 +175,7 @@ exclude = [
175175
]
176176

177177
[workspace.package]
178-
version = "38.0.0"
178+
version = "39.0.0"
179179
authors = ["The Wasmtime Project Developers"]
180180
edition = "2024"
181181
# Wasmtime's current policy is that this number can be no larger than the
@@ -228,19 +228,19 @@ multiple_bound_locations = 'warn'
228228
# tooling but aren't intended to be widely depended on.
229229
#
230230
# All of these crates are supported though in the sense that
231-
wasmtime = { path = "crates/wasmtime", version = "38.0.0", default-features = false }
232-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=38.0.0" }
233-
wasmtime-environ = { path = "crates/environ", version = "=38.0.0" }
234-
wasmtime-wasi = { path = "crates/wasi", version = "38.0.0", default-features = false }
235-
wasmtime-wasi-io = { path = "crates/wasi-io", version = "38.0.0", default-features = false }
236-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "38.0.0", default-features = false }
237-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "38.0.0" }
238-
wasmtime-wasi-config = { path = "crates/wasi-config", version = "38.0.0" }
239-
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "38.0.0" }
240-
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "38.0.0" }
241-
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "38.0.0" }
242-
wasmtime-wasi-tls-nativetls = { path = "crates/wasi-tls-nativetls", version = "38.0.0" }
243-
wasmtime-wast = { path = "crates/wast", version = "=38.0.0" }
231+
wasmtime = { path = "crates/wasmtime", version = "39.0.0", default-features = false }
232+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=39.0.0" }
233+
wasmtime-environ = { path = "crates/environ", version = "=39.0.0" }
234+
wasmtime-wasi = { path = "crates/wasi", version = "39.0.0", default-features = false }
235+
wasmtime-wasi-io = { path = "crates/wasi-io", version = "39.0.0", default-features = false }
236+
wasmtime-wasi-http = { path = "crates/wasi-http", version = "39.0.0", default-features = false }
237+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "39.0.0" }
238+
wasmtime-wasi-config = { path = "crates/wasi-config", version = "39.0.0" }
239+
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "39.0.0" }
240+
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "39.0.0" }
241+
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "39.0.0" }
242+
wasmtime-wasi-tls-nativetls = { path = "crates/wasi-tls-nativetls", version = "39.0.0" }
243+
wasmtime-wast = { path = "crates/wast", version = "=39.0.0" }
244244

245245
# Internal Wasmtime-specific crates.
246246
#
@@ -249,53 +249,53 @@ wasmtime-wast = { path = "crates/wast", version = "=38.0.0" }
249249
# that these are internal unsupported crates for external use. These exist as
250250
# part of the project organization of other public crates in Wasmtime and are
251251
# otherwise not supported in terms of CVEs for example.
252-
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=38.0.0", package = 'wasmtime-internal-wmemcheck' }
253-
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=38.0.0", package = 'wasmtime-internal-c-api-macros' }
254-
wasmtime-cache = { path = "crates/cache", version = "=38.0.0", package = 'wasmtime-internal-cache' }
255-
wasmtime-cranelift = { path = "crates/cranelift", version = "=38.0.0", package = 'wasmtime-internal-cranelift' }
256-
wasmtime-winch = { path = "crates/winch", version = "=38.0.0", package = 'wasmtime-internal-winch' }
257-
wasmtime-explorer = { path = "crates/explorer", version = "=38.0.0", package = 'wasmtime-internal-explorer' }
258-
wasmtime-fiber = { path = "crates/fiber", version = "=38.0.0", package = 'wasmtime-internal-fiber' }
259-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=38.0.0", package = 'wasmtime-internal-jit-debug' }
260-
wasmtime-component-util = { path = "crates/component-util", version = "=38.0.0", package = 'wasmtime-internal-component-util' }
261-
wasmtime-component-macro = { path = "crates/component-macro", version = "=38.0.0", package = 'wasmtime-internal-component-macro' }
262-
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=38.0.0", package = 'wasmtime-internal-versioned-export-macros' }
263-
wasmtime-slab = { path = "crates/slab", version = "=38.0.0", package = 'wasmtime-internal-slab' }
264-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=38.0.0", package = 'wasmtime-internal-jit-icache-coherence' }
265-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=38.0.0", package = 'wasmtime-internal-wit-bindgen' }
266-
wasmtime-math = { path = "crates/math", version = "=38.0.0", package = 'wasmtime-internal-math' }
267-
wasmtime-unwinder = { path = "crates/unwinder", version = "=38.0.0", package = 'wasmtime-internal-unwinder' }
252+
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=39.0.0", package = 'wasmtime-internal-wmemcheck' }
253+
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=39.0.0", package = 'wasmtime-internal-c-api-macros' }
254+
wasmtime-cache = { path = "crates/cache", version = "=39.0.0", package = 'wasmtime-internal-cache' }
255+
wasmtime-cranelift = { path = "crates/cranelift", version = "=39.0.0", package = 'wasmtime-internal-cranelift' }
256+
wasmtime-winch = { path = "crates/winch", version = "=39.0.0", package = 'wasmtime-internal-winch' }
257+
wasmtime-explorer = { path = "crates/explorer", version = "=39.0.0", package = 'wasmtime-internal-explorer' }
258+
wasmtime-fiber = { path = "crates/fiber", version = "=39.0.0", package = 'wasmtime-internal-fiber' }
259+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=39.0.0", package = 'wasmtime-internal-jit-debug' }
260+
wasmtime-component-util = { path = "crates/component-util", version = "=39.0.0", package = 'wasmtime-internal-component-util' }
261+
wasmtime-component-macro = { path = "crates/component-macro", version = "=39.0.0", package = 'wasmtime-internal-component-macro' }
262+
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=39.0.0", package = 'wasmtime-internal-versioned-export-macros' }
263+
wasmtime-slab = { path = "crates/slab", version = "=39.0.0", package = 'wasmtime-internal-slab' }
264+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=39.0.0", package = 'wasmtime-internal-jit-icache-coherence' }
265+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=39.0.0", package = 'wasmtime-internal-wit-bindgen' }
266+
wasmtime-math = { path = "crates/math", version = "=39.0.0", package = 'wasmtime-internal-math' }
267+
wasmtime-unwinder = { path = "crates/unwinder", version = "=39.0.0", package = 'wasmtime-internal-unwinder' }
268268

269269
# Miscellaneous crates without a `wasmtime-*` prefix in their name but still
270270
# used in the `wasmtime-*` family of crates depending on various features/etc.
271-
wiggle = { path = "crates/wiggle", version = "=38.0.0", default-features = false }
272-
wiggle-macro = { path = "crates/wiggle/macro", version = "=38.0.0" }
273-
wiggle-generate = { path = "crates/wiggle/generate", version = "=38.0.0" }
274-
wasi-common = { path = "crates/wasi-common", version = "=38.0.0", default-features = false }
275-
pulley-interpreter = { path = 'pulley', version = "=38.0.0" }
276-
pulley-macros = { path = 'pulley/macros', version = "=38.0.0" }
271+
wiggle = { path = "crates/wiggle", version = "=39.0.0", default-features = false }
272+
wiggle-macro = { path = "crates/wiggle/macro", version = "=39.0.0" }
273+
wiggle-generate = { path = "crates/wiggle/generate", version = "=39.0.0" }
274+
wasi-common = { path = "crates/wasi-common", version = "=39.0.0", default-features = false }
275+
pulley-interpreter = { path = 'pulley', version = "=39.0.0" }
276+
pulley-macros = { path = 'pulley/macros', version = "=39.0.0" }
277277

278278
# Cranelift crates in this workspace
279-
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.125.0" }
280-
cranelift-codegen = { path = "cranelift/codegen", version = "0.125.0", default-features = false, features = ["std", "unwind"] }
281-
cranelift-frontend = { path = "cranelift/frontend", version = "0.125.0" }
282-
cranelift-entity = { path = "cranelift/entity", version = "0.125.0" }
283-
cranelift-native = { path = "cranelift/native", version = "0.125.0" }
284-
cranelift-module = { path = "cranelift/module", version = "0.125.0" }
285-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.125.0" }
286-
cranelift-reader = { path = "cranelift/reader", version = "0.125.0" }
279+
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.126.0" }
280+
cranelift-codegen = { path = "cranelift/codegen", version = "0.126.0", default-features = false, features = ["std", "unwind"] }
281+
cranelift-frontend = { path = "cranelift/frontend", version = "0.126.0" }
282+
cranelift-entity = { path = "cranelift/entity", version = "0.126.0" }
283+
cranelift-native = { path = "cranelift/native", version = "0.126.0" }
284+
cranelift-module = { path = "cranelift/module", version = "0.126.0" }
285+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.126.0" }
286+
cranelift-reader = { path = "cranelift/reader", version = "0.126.0" }
287287
cranelift-filetests = { path = "cranelift/filetests" }
288-
cranelift-object = { path = "cranelift/object", version = "0.125.0" }
289-
cranelift-jit = { path = "cranelift/jit", version = "0.125.0" }
288+
cranelift-object = { path = "cranelift/object", version = "0.126.0" }
289+
cranelift-jit = { path = "cranelift/jit", version = "0.126.0" }
290290
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
291-
cranelift-bforest = { path = "cranelift/bforest", version = "0.125.0" }
292-
cranelift-bitset = { path = "cranelift/bitset", version = "0.125.0" }
293-
cranelift-control = { path = "cranelift/control", version = "0.125.0" }
294-
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.125.0" }
295-
cranelift = { path = "cranelift/umbrella", version = "0.125.0" }
291+
cranelift-bforest = { path = "cranelift/bforest", version = "0.126.0" }
292+
cranelift-bitset = { path = "cranelift/bitset", version = "0.126.0" }
293+
cranelift-control = { path = "cranelift/control", version = "0.126.0" }
294+
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.126.0" }
295+
cranelift = { path = "cranelift/umbrella", version = "0.126.0" }
296296

297297
# Winch crates in this workspace.
298-
winch-codegen = { path = "winch/codegen", version = "=38.0.0" }
298+
winch-codegen = { path = "winch/codegen", version = "=39.0.0" }
299299

300300
# Internal crates not published to crates.io used in testing, builds, etc
301301
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-
## 38.0.0
1+
## 39.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+
* [38.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-38.0.0/RELEASES.md)
1516
* [37.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-37.0.0/RELEASES.md)
1617
* [36.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-36.0.0/RELEASES.md)
1718
* [35.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-35.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.125.0"
4+
version = "0.126.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.125.0" }
19+
cranelift-assembler-x64-meta = { path = "meta", version = "0.126.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.125.0"
4+
version = "0.126.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.125.0"
4+
version = "0.126.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.125.0"
4+
version = "0.126.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.125.0"
4+
version = "0.126.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.125.0" }
28+
cranelift-codegen-shared = { path = "./shared", version = "0.126.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.125.0" }
60-
cranelift-isle = { path = "../isle/isle", version = "=0.125.0" }
59+
cranelift-codegen-meta = { path = "meta", version = "0.126.0" }
60+
cranelift-isle = { path = "../isle/isle", version = "=0.126.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.125.0"
4+
version = "0.126.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.125.0" }
21-
cranelift-codegen-shared = { path = "../shared", version = "0.125.0" }
20+
cranelift-assembler-x64-meta = { path = "../../assembler-x64/meta", version = "0.126.0" }
21+
cranelift-codegen-shared = { path = "../shared", version = "0.126.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.125.0"
4+
version = "0.126.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)