Skip to content

Commit f302ebd

Browse files
Release Wasmtime 44.0.1 (#13241)
[automatically-tag-and-release-this-commit] Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
1 parent e126fd1 commit f302ebd

24 files changed

Lines changed: 495 additions & 263 deletions

File tree

Cargo.lock

Lines changed: 68 additions & 68 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
@@ -189,7 +189,7 @@ exclude = [
189189
]
190190

191191
[workspace.package]
192-
version = "44.0.0"
192+
version = "44.0.1"
193193
authors = ["The Wasmtime Project Developers"]
194194
edition = "2024"
195195
# Wasmtime's current policy is that this number can be no larger than the
@@ -247,18 +247,18 @@ extra_unused_type_parameters = 'warn'
247247
# tooling but aren't intended to be widely depended on.
248248
#
249249
# All of these crates are supported though in the sense that
250-
wasmtime = { path = "crates/wasmtime", version = "44.0.0", default-features = false }
251-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=44.0.0" }
252-
wasmtime-environ = { path = "crates/environ", version = "=44.0.0" }
253-
wasmtime-wasi = { path = "crates/wasi", version = "44.0.0", default-features = false }
254-
wasmtime-wasi-io = { path = "crates/wasi-io", version = "44.0.0", default-features = false }
255-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "44.0.0", default-features = false }
256-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "44.0.0" }
257-
wasmtime-wasi-config = { path = "crates/wasi-config", version = "44.0.0" }
258-
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "44.0.0" }
259-
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "44.0.0" }
260-
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "44.0.0" }
261-
wasmtime-wast = { path = "crates/wast", version = "=44.0.0" }
250+
wasmtime = { path = "crates/wasmtime", version = "44.0.1", default-features = false }
251+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=44.0.1" }
252+
wasmtime-environ = { path = "crates/environ", version = "=44.0.1" }
253+
wasmtime-wasi = { path = "crates/wasi", version = "44.0.1", default-features = false }
254+
wasmtime-wasi-io = { path = "crates/wasi-io", version = "44.0.1", default-features = false }
255+
wasmtime-wasi-http = { path = "crates/wasi-http", version = "44.0.1", default-features = false }
256+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "44.0.1" }
257+
wasmtime-wasi-config = { path = "crates/wasi-config", version = "44.0.1" }
258+
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "44.0.1" }
259+
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "44.0.1" }
260+
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "44.0.1" }
261+
wasmtime-wast = { path = "crates/wast", version = "=44.0.1" }
262262

263263
# Internal Wasmtime-specific crates.
264264
#
@@ -267,55 +267,55 @@ wasmtime-wast = { path = "crates/wast", version = "=44.0.0" }
267267
# that these are internal unsupported crates for external use. These exist as
268268
# part of the project organization of other public crates in Wasmtime and are
269269
# otherwise not supported in terms of CVEs for example.
270-
wasmtime-core = { path = "crates/core", version = "=44.0.0", package = 'wasmtime-internal-core' }
271-
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=44.0.0", package = 'wasmtime-internal-wmemcheck' }
272-
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=44.0.0", package = 'wasmtime-internal-c-api-macros' }
273-
wasmtime-cache = { path = "crates/cache", version = "=44.0.0", package = 'wasmtime-internal-cache' }
274-
wasmtime-cranelift = { path = "crates/cranelift", version = "=44.0.0", package = 'wasmtime-internal-cranelift' }
275-
wasmtime-winch = { path = "crates/winch", version = "=44.0.0", package = 'wasmtime-internal-winch' }
276-
wasmtime-explorer = { path = "crates/explorer", version = "=44.0.0", package = 'wasmtime-internal-explorer' }
277-
wasmtime-fiber = { path = "crates/fiber", version = "=44.0.0", package = 'wasmtime-internal-fiber' }
278-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=44.0.0", package = 'wasmtime-internal-jit-debug' }
279-
wasmtime-component-util = { path = "crates/component-util", version = "=44.0.0", package = 'wasmtime-internal-component-util' }
280-
wasmtime-component-macro = { path = "crates/component-macro", version = "=44.0.0", package = 'wasmtime-internal-component-macro' }
281-
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=44.0.0", package = 'wasmtime-internal-versioned-export-macros' }
282-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=44.0.0", package = 'wasmtime-internal-jit-icache-coherence' }
283-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=44.0.0", package = 'wasmtime-internal-wit-bindgen' }
284-
wasmtime-unwinder = { path = "crates/unwinder", version = "=44.0.0", package = 'wasmtime-internal-unwinder' }
285-
wasmtime-debugger = { path = "crates/debugger", version = "=44.0.0", package = "wasmtime-internal-debugger" }
286-
gdbstub-component-artifact = { path = "crates/gdbstub-component/artifact", version = "=44.0.0", package = "wasmtime-internal-gdbstub-component-artifact" }
287-
wasmtime-wizer = { path = "crates/wizer", version = "44.0.0" }
270+
wasmtime-core = { path = "crates/core", version = "=44.0.1", package = 'wasmtime-internal-core' }
271+
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=44.0.1", package = 'wasmtime-internal-wmemcheck' }
272+
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=44.0.1", package = 'wasmtime-internal-c-api-macros' }
273+
wasmtime-cache = { path = "crates/cache", version = "=44.0.1", package = 'wasmtime-internal-cache' }
274+
wasmtime-cranelift = { path = "crates/cranelift", version = "=44.0.1", package = 'wasmtime-internal-cranelift' }
275+
wasmtime-winch = { path = "crates/winch", version = "=44.0.1", package = 'wasmtime-internal-winch' }
276+
wasmtime-explorer = { path = "crates/explorer", version = "=44.0.1", package = 'wasmtime-internal-explorer' }
277+
wasmtime-fiber = { path = "crates/fiber", version = "=44.0.1", package = 'wasmtime-internal-fiber' }
278+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=44.0.1", package = 'wasmtime-internal-jit-debug' }
279+
wasmtime-component-util = { path = "crates/component-util", version = "=44.0.1", package = 'wasmtime-internal-component-util' }
280+
wasmtime-component-macro = { path = "crates/component-macro", version = "=44.0.1", package = 'wasmtime-internal-component-macro' }
281+
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=44.0.1", package = 'wasmtime-internal-versioned-export-macros' }
282+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=44.0.1", package = 'wasmtime-internal-jit-icache-coherence' }
283+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=44.0.1", package = 'wasmtime-internal-wit-bindgen' }
284+
wasmtime-unwinder = { path = "crates/unwinder", version = "=44.0.1", package = 'wasmtime-internal-unwinder' }
285+
wasmtime-debugger = { path = "crates/debugger", version = "=44.0.1", package = "wasmtime-internal-debugger" }
286+
gdbstub-component-artifact = { path = "crates/gdbstub-component/artifact", version = "=44.0.1", package = "wasmtime-internal-gdbstub-component-artifact" }
287+
wasmtime-wizer = { path = "crates/wizer", version = "44.0.1" }
288288

289289
# Miscellaneous crates without a `wasmtime-*` prefix in their name but still
290290
# used in the `wasmtime-*` family of crates depending on various features/etc.
291-
wiggle = { path = "crates/wiggle", version = "=44.0.0", default-features = false }
292-
wiggle-macro = { path = "crates/wiggle/macro", version = "=44.0.0" }
293-
wiggle-generate = { path = "crates/wiggle/generate", version = "=44.0.0" }
294-
wasi-common = { path = "crates/wasi-common", version = "=44.0.0", default-features = false }
295-
pulley-interpreter = { path = 'pulley', version = "=44.0.0" }
296-
pulley-macros = { path = 'pulley/macros', version = "=44.0.0" }
291+
wiggle = { path = "crates/wiggle", version = "=44.0.1", default-features = false }
292+
wiggle-macro = { path = "crates/wiggle/macro", version = "=44.0.1" }
293+
wiggle-generate = { path = "crates/wiggle/generate", version = "=44.0.1" }
294+
wasi-common = { path = "crates/wasi-common", version = "=44.0.1", default-features = false }
295+
pulley-interpreter = { path = 'pulley', version = "=44.0.1" }
296+
pulley-macros = { path = 'pulley/macros', version = "=44.0.1" }
297297

298298
# Cranelift crates in this workspace
299-
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.131.0" }
300-
cranelift-codegen = { path = "cranelift/codegen", version = "0.131.0", default-features = false, features = ["std", "unwind"] }
301-
cranelift-frontend = { path = "cranelift/frontend", version = "0.131.0" }
302-
cranelift-entity = { path = "cranelift/entity", version = "0.131.0" }
303-
cranelift-native = { path = "cranelift/native", version = "0.131.0" }
304-
cranelift-module = { path = "cranelift/module", version = "0.131.0" }
305-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.131.0" }
306-
cranelift-reader = { path = "cranelift/reader", version = "0.131.0" }
299+
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.131.1" }
300+
cranelift-codegen = { path = "cranelift/codegen", version = "0.131.1", default-features = false, features = ["std", "unwind"] }
301+
cranelift-frontend = { path = "cranelift/frontend", version = "0.131.1" }
302+
cranelift-entity = { path = "cranelift/entity", version = "0.131.1" }
303+
cranelift-native = { path = "cranelift/native", version = "0.131.1" }
304+
cranelift-module = { path = "cranelift/module", version = "0.131.1" }
305+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.131.1" }
306+
cranelift-reader = { path = "cranelift/reader", version = "0.131.1" }
307307
cranelift-filetests = { path = "cranelift/filetests" }
308-
cranelift-object = { path = "cranelift/object", version = "0.131.0" }
309-
cranelift-jit = { path = "cranelift/jit", version = "0.131.0" }
308+
cranelift-object = { path = "cranelift/object", version = "0.131.1" }
309+
cranelift-jit = { path = "cranelift/jit", version = "0.131.1" }
310310
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
311-
cranelift-bforest = { path = "cranelift/bforest", version = "0.131.0" }
312-
cranelift-bitset = { path = "cranelift/bitset", version = "0.131.0" }
313-
cranelift-control = { path = "cranelift/control", version = "0.131.0", default-features = false }
314-
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.131.0" }
315-
cranelift = { path = "cranelift/umbrella", version = "0.131.0" }
311+
cranelift-bforest = { path = "cranelift/bforest", version = "0.131.1" }
312+
cranelift-bitset = { path = "cranelift/bitset", version = "0.131.1" }
313+
cranelift-control = { path = "cranelift/control", version = "0.131.1", default-features = false }
314+
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.131.1" }
315+
cranelift = { path = "cranelift/umbrella", version = "0.131.1" }
316316

317317
# Winch crates in this workspace.
318-
winch-codegen = { path = "winch/codegen", version = "=44.0.0" }
318+
winch-codegen = { path = "winch/codegen", version = "=44.0.1" }
319319

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

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.131.0"
4+
version = "0.131.1"
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.131.0" }
19+
cranelift-assembler-x64-meta = { path = "meta", version = "0.131.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.131.0"
4+
version = "0.131.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.131.0"
4+
version = "0.131.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.131.0"
4+
version = "0.131.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.131.0"
4+
version = "0.131.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 = { workspace = true }
2626
capstone = { workspace = true, optional = true }
2727
cranelift-assembler-x64 = { workspace = true }
28-
cranelift-codegen-shared = { path = "./shared", version = "0.131.0" }
28+
cranelift-codegen-shared = { path = "./shared", version = "0.131.1" }
2929
cranelift-entity = { workspace = true }
3030
cranelift-bforest = { workspace = true }
3131
cranelift-bitset = { workspace = true }
@@ -57,8 +57,8 @@ env_logger = { workspace = true }
5757
proptest = { workspace = true }
5858

5959
[build-dependencies]
60-
cranelift-codegen-meta = { path = "meta", version = "0.131.0" }
61-
cranelift-isle = { path = "../isle/isle", version = "=0.131.0" }
60+
cranelift-codegen-meta = { path = "meta", version = "0.131.1" }
61+
cranelift-isle = { path = "../isle/isle", version = "=0.131.1" }
6262

6363
[features]
6464
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.131.0"
4+
version = "0.131.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.131.0" }
21-
cranelift-codegen-shared = { path = "../shared", version = "0.131.0" }
20+
cranelift-assembler-x64-meta = { path = "../../assembler-x64/meta", version = "0.131.1" }
21+
cranelift-codegen-shared = { path = "../shared", version = "0.131.1" }
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.131.0"
4+
version = "0.131.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"

cranelift/control/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-control"
4-
version = "0.131.0"
4+
version = "0.131.1"
55
description = "White-box fuzz testing framework"
66
license = "Apache-2.0 WITH LLVM-exception"
77
repository = "https://github.com/bytecodealliance/wasmtime"

0 commit comments

Comments
 (0)