Skip to content

Commit 6680169

Browse files
Bump Wasmtime to 50.0.0 (#14282)
Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
1 parent 5d70ef9 commit 6680169

25 files changed

Lines changed: 483 additions & 265 deletions

File tree

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: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ exclude = [
220220
]
221221

222222
[workspace.package]
223-
version = "49.0.0-dev"
223+
version = "50.0.0-dev"
224224
authors = ["The Wasmtime Project Developers"]
225225
edition = "2024"
226226
# Wasmtime's current policy is that this number can be no larger than the
@@ -281,17 +281,17 @@ extra_unused_type_parameters = 'warn'
281281
# tooling but aren't intended to be widely depended on.
282282
#
283283
# All of these crates are supported though in the sense that
284-
wasmtime = { path = "crates/wasmtime", version = "49.0.0-dev", default-features = false }
285-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=49.0.0-dev" }
286-
wasmtime-environ = { path = "crates/environ", version = "=49.0.0-dev" }
287-
wasmtime-wasi = { path = "crates/wasi", version = "49.0.0-dev", default-features = false }
288-
wasmtime-wasi-io = { path = "crates/wasi-io", version = "49.0.0-dev", default-features = false }
289-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "49.0.0-dev", default-features = false }
290-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "49.0.0-dev" }
291-
wasmtime-wasi-config = { path = "crates/wasi-config", version = "49.0.0-dev" }
292-
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "49.0.0-dev" }
293-
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "49.0.0-dev" }
294-
wasmtime-wast = { path = "crates/wast", version = "=49.0.0-dev" }
284+
wasmtime = { path = "crates/wasmtime", version = "50.0.0-dev", default-features = false }
285+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=50.0.0-dev" }
286+
wasmtime-environ = { path = "crates/environ", version = "=50.0.0-dev" }
287+
wasmtime-wasi = { path = "crates/wasi", version = "50.0.0-dev", default-features = false }
288+
wasmtime-wasi-io = { path = "crates/wasi-io", version = "50.0.0-dev", default-features = false }
289+
wasmtime-wasi-http = { path = "crates/wasi-http", version = "50.0.0-dev", default-features = false }
290+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "50.0.0-dev" }
291+
wasmtime-wasi-config = { path = "crates/wasi-config", version = "50.0.0-dev" }
292+
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "50.0.0-dev" }
293+
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "50.0.0-dev" }
294+
wasmtime-wast = { path = "crates/wast", version = "=50.0.0-dev" }
295295

296296
# Internal Wasmtime-specific crates.
297297
#
@@ -300,54 +300,54 @@ wasmtime-wast = { path = "crates/wast", version = "=49.0.0-dev" }
300300
# that these are internal unsupported crates for external use. These exist as
301301
# part of the project organization of other public crates in Wasmtime and are
302302
# otherwise not supported in terms of CVEs for example.
303-
wasmtime-core = { path = "crates/core", version = "=49.0.0-dev", package = 'wasmtime-internal-core' }
304-
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=49.0.0-dev", package = 'wasmtime-internal-wmemcheck' }
305-
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=49.0.0-dev", package = 'wasmtime-internal-c-api-macros' }
306-
wasmtime-cache = { path = "crates/cache", version = "=49.0.0-dev", package = 'wasmtime-internal-cache' }
307-
wasmtime-cranelift = { path = "crates/cranelift", version = "=49.0.0-dev", package = 'wasmtime-internal-cranelift' }
308-
wasmtime-winch = { path = "crates/winch", version = "=49.0.0-dev", package = 'wasmtime-internal-winch' }
309-
wasmtime-explorer = { path = "crates/explorer", version = "=49.0.0-dev", package = 'wasmtime-internal-explorer' }
310-
wasmtime-fiber = { path = "crates/fiber", version = "=49.0.0-dev", package = 'wasmtime-internal-fiber' }
311-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=49.0.0-dev", package = 'wasmtime-internal-jit-debug' }
312-
wasmtime-component-util = { path = "crates/component-util", version = "=49.0.0-dev", package = 'wasmtime-internal-component-util' }
313-
wasmtime-component-macro = { path = "crates/component-macro", version = "=49.0.0-dev", package = 'wasmtime-internal-component-macro' }
314-
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=49.0.0-dev", package = 'wasmtime-internal-versioned-export-macros' }
315-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=49.0.0-dev", package = 'wasmtime-internal-jit-icache-coherence' }
316-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=49.0.0-dev", package = 'wasmtime-internal-wit-bindgen' }
317-
wasmtime-unwinder = { path = "crates/unwinder", version = "=49.0.0-dev", package = 'wasmtime-internal-unwinder' }
318-
wasmtime-debugger = { path = "crates/debugger", version = "=49.0.0-dev", package = "wasmtime-internal-debugger" }
319-
gdbstub-component-artifact = { path = "crates/gdbstub-component/artifact", version = "=49.0.0-dev", package = "wasmtime-internal-gdbstub-component-artifact" }
320-
wasmtime-wizer = { path = "crates/wizer", version = "49.0.0-dev" }
303+
wasmtime-core = { path = "crates/core", version = "=50.0.0-dev", package = 'wasmtime-internal-core' }
304+
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=50.0.0-dev", package = 'wasmtime-internal-wmemcheck' }
305+
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=50.0.0-dev", package = 'wasmtime-internal-c-api-macros' }
306+
wasmtime-cache = { path = "crates/cache", version = "=50.0.0-dev", package = 'wasmtime-internal-cache' }
307+
wasmtime-cranelift = { path = "crates/cranelift", version = "=50.0.0-dev", package = 'wasmtime-internal-cranelift' }
308+
wasmtime-winch = { path = "crates/winch", version = "=50.0.0-dev", package = 'wasmtime-internal-winch' }
309+
wasmtime-explorer = { path = "crates/explorer", version = "=50.0.0-dev", package = 'wasmtime-internal-explorer' }
310+
wasmtime-fiber = { path = "crates/fiber", version = "=50.0.0-dev", package = 'wasmtime-internal-fiber' }
311+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=50.0.0-dev", package = 'wasmtime-internal-jit-debug' }
312+
wasmtime-component-util = { path = "crates/component-util", version = "=50.0.0-dev", package = 'wasmtime-internal-component-util' }
313+
wasmtime-component-macro = { path = "crates/component-macro", version = "=50.0.0-dev", package = 'wasmtime-internal-component-macro' }
314+
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=50.0.0-dev", package = 'wasmtime-internal-versioned-export-macros' }
315+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=50.0.0-dev", package = 'wasmtime-internal-jit-icache-coherence' }
316+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=50.0.0-dev", package = 'wasmtime-internal-wit-bindgen' }
317+
wasmtime-unwinder = { path = "crates/unwinder", version = "=50.0.0-dev", package = 'wasmtime-internal-unwinder' }
318+
wasmtime-debugger = { path = "crates/debugger", version = "=50.0.0-dev", package = "wasmtime-internal-debugger" }
319+
gdbstub-component-artifact = { path = "crates/gdbstub-component/artifact", version = "=50.0.0-dev", package = "wasmtime-internal-gdbstub-component-artifact" }
320+
wasmtime-wizer = { path = "crates/wizer", version = "50.0.0-dev" }
321321

322322
# Miscellaneous crates without a `wasmtime-*` prefix in their name but still
323323
# used in the `wasmtime-*` family of crates depending on various features/etc.
324-
wiggle = { path = "crates/wiggle", version = "=49.0.0-dev", default-features = false }
325-
wiggle-macro = { path = "crates/wiggle/macro", version = "=49.0.0-dev" }
326-
wiggle-generate = { path = "crates/wiggle/generate", version = "=49.0.0-dev" }
327-
pulley-interpreter = { path = 'pulley', version = "=49.0.0-dev" }
328-
pulley-macros = { path = 'pulley/macros', version = "=49.0.0-dev" }
324+
wiggle = { path = "crates/wiggle", version = "=50.0.0-dev", default-features = false }
325+
wiggle-macro = { path = "crates/wiggle/macro", version = "=50.0.0-dev" }
326+
wiggle-generate = { path = "crates/wiggle/generate", version = "=50.0.0-dev" }
327+
pulley-interpreter = { path = 'pulley', version = "=50.0.0-dev" }
328+
pulley-macros = { path = 'pulley/macros', version = "=50.0.0-dev" }
329329

330330
# Cranelift crates in this workspace
331-
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.136.0-dev" }
332-
cranelift-codegen = { path = "cranelift/codegen", version = "0.136.0-dev", default-features = false, features = ["unwind"] }
333-
cranelift-frontend = { path = "cranelift/frontend", version = "0.136.0-dev" }
334-
cranelift-entity = { path = "cranelift/entity", version = "0.136.0-dev" }
335-
cranelift-native = { path = "cranelift/native", version = "0.136.0-dev" }
336-
cranelift-module = { path = "cranelift/module", version = "0.136.0-dev" }
337-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.136.0-dev" }
338-
cranelift-reader = { path = "cranelift/reader", version = "0.136.0-dev" }
331+
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.137.0-dev" }
332+
cranelift-codegen = { path = "cranelift/codegen", version = "0.137.0-dev", default-features = false, features = ["unwind"] }
333+
cranelift-frontend = { path = "cranelift/frontend", version = "0.137.0-dev" }
334+
cranelift-entity = { path = "cranelift/entity", version = "0.137.0-dev" }
335+
cranelift-native = { path = "cranelift/native", version = "0.137.0-dev" }
336+
cranelift-module = { path = "cranelift/module", version = "0.137.0-dev" }
337+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.137.0-dev" }
338+
cranelift-reader = { path = "cranelift/reader", version = "0.137.0-dev" }
339339
cranelift-filetests = { path = "cranelift/filetests" }
340-
cranelift-object = { path = "cranelift/object", version = "0.136.0-dev" }
341-
cranelift-jit = { path = "cranelift/jit", version = "0.136.0-dev" }
340+
cranelift-object = { path = "cranelift/object", version = "0.137.0-dev" }
341+
cranelift-jit = { path = "cranelift/jit", version = "0.137.0-dev" }
342342
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
343-
cranelift-bforest = { path = "cranelift/bforest", version = "0.136.0-dev" }
344-
cranelift-bitset = { path = "cranelift/bitset", version = "0.136.0-dev" }
345-
cranelift-control = { path = "cranelift/control", version = "0.136.0-dev", default-features = false }
346-
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.136.0-dev" }
347-
cranelift = { path = "cranelift/umbrella", version = "0.136.0-dev" }
343+
cranelift-bforest = { path = "cranelift/bforest", version = "0.137.0-dev" }
344+
cranelift-bitset = { path = "cranelift/bitset", version = "0.137.0-dev" }
345+
cranelift-control = { path = "cranelift/control", version = "0.137.0-dev", default-features = false }
346+
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.137.0-dev" }
347+
cranelift = { path = "cranelift/umbrella", version = "0.137.0-dev" }
348348

349349
# Winch crates in this workspace.
350-
winch-codegen = { path = "winch/codegen", version = "=49.0.0-dev" }
350+
winch-codegen = { path = "winch/codegen", version = "=50.0.0-dev" }
351351

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

RELEASES.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
1-
## 49.0.0
1+
## 50.0.0
22

33
Unreleased.
44

55
### Added
66

77
### Changed
88

9-
* `Config::operator_cost` now applies to operators inside constant expressions
10-
(global initializers, element and data segment offsets, element segment
11-
expressions) and to the synthesized call to a module's `start` function.
12-
Previously each of those was charged 1 fuel unit regardless of the configured
13-
cost.
14-
[#14215](https://github.com/bytecodealliance/wasmtime/pull/14215)
15-
169
--------------------------------------------------------------------------------
1710

1811
Release notes for previous releases of Wasmtime can be found on the respective
1912
release branches of the Wasmtime repository.
2013

2114
<!-- ARCHIVE_START -->
15+
* [49.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-49.0.0/RELEASES.md)
2216
* [48.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-48.0.0/RELEASES.md)
2317
* [47.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-47.0.0/RELEASES.md)
2418
* [46.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-46.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.136.0-dev"
4+
version = "0.137.0-dev"
55
license = "Apache-2.0 WITH LLVM-exception"
66
edition.workspace = true
77
rust-version.workspace = true
@@ -25,7 +25,7 @@ arbtest = { workspace = true }
2525
capstone = { workspace = true }
2626

2727
[build-dependencies]
28-
cranelift-assembler-x64-meta = { path = "meta", version = "0.136.0-dev" }
28+
cranelift-assembler-x64-meta = { path = "meta", version = "0.137.0-dev" }
2929

3030
[lints]
3131
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.136.0-dev"
4+
version = "0.137.0-dev"
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.136.0-dev"
4+
version = "0.137.0-dev"
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.136.0-dev"
4+
version = "0.137.0-dev"
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.136.0-dev"
4+
version = "0.137.0-dev"
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 = { workspace = true }
2626
capstone = { workspace = true, optional = true }
2727
cranelift-assembler-x64 = { workspace = true }
28-
cranelift-codegen-shared = { path = "./shared", version = "0.136.0-dev" }
28+
cranelift-codegen-shared = { path = "./shared", version = "0.137.0-dev" }
2929
cranelift-entity = { workspace = true }
3030
cranelift-bforest = { workspace = true }
3131
cranelift-bitset = { workspace = true }
@@ -58,8 +58,8 @@ proptest = { workspace = true }
5858
mutatis = { workspace = true }
5959

6060
[build-dependencies]
61-
cranelift-codegen-meta = { path = "meta", version = "0.136.0-dev" }
62-
cranelift-isle = { path = "../isle/isle", version = "=0.136.0-dev" }
61+
cranelift-codegen-meta = { path = "meta", version = "0.137.0-dev" }
62+
cranelift-isle = { path = "../isle/isle", version = "=0.137.0-dev" }
6363

6464
[features]
6565
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.136.0-dev"
4+
version = "0.137.0-dev"
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.136.0-dev" }
21-
cranelift-codegen-shared = { path = "../shared", version = "0.136.0-dev" }
20+
cranelift-assembler-x64-meta = { path = "../../assembler-x64/meta", version = "0.137.0-dev" }
21+
cranelift-codegen-shared = { path = "../shared", version = "0.137.0-dev" }
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.136.0-dev"
4+
version = "0.137.0-dev"
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)