Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit aa801ba

Browse files
authored
Merge pull request #112 from alexcrichton/another-merge
Merge with `main` again
2 parents 0eec0e3 + 0628441 commit aa801ba

84 files changed

Lines changed: 2828 additions & 1998 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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
@@ -170,7 +170,7 @@ exclude = [
170170
]
171171

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

224224
[workspace.dependencies]
225225
arbitrary = { version = "1.4.0" }
226-
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=32.0.0" }
227-
wasmtime = { path = "crates/wasmtime", version = "32.0.0", default-features = false }
228-
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=32.0.0" }
229-
wasmtime-cache = { path = "crates/cache", version = "=32.0.0" }
230-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=32.0.0" }
231-
wasmtime-cranelift = { path = "crates/cranelift", version = "=32.0.0" }
232-
wasmtime-winch = { path = "crates/winch", version = "=32.0.0" }
233-
wasmtime-environ = { path = "crates/environ", version = "=32.0.0" }
234-
wasmtime-explorer = { path = "crates/explorer", version = "=32.0.0" }
235-
wasmtime-fiber = { path = "crates/fiber", version = "=32.0.0" }
236-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=32.0.0" }
237-
wasmtime-wast = { path = "crates/wast", version = "=32.0.0" }
238-
wasmtime-wasi = { path = "crates/wasi", version = "32.0.0", default-features = false }
239-
wasmtime-wasi-io = { path = "crates/wasi-io", version = "32.0.0", default-features = false }
240-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "32.0.0", default-features = false }
241-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "32.0.0" }
242-
wasmtime-wasi-config = { path = "crates/wasi-config", version = "32.0.0" }
243-
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "32.0.0" }
244-
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "32.0.0" }
245-
wasmtime-component-util = { path = "crates/component-util", version = "=32.0.0" }
246-
wasmtime-component-macro = { path = "crates/component-macro", version = "=32.0.0" }
247-
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=32.0.0" }
248-
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=32.0.0" }
249-
wasmtime-slab = { path = "crates/slab", version = "=32.0.0" }
250-
wasmtime-wasi-tls = { path = "crates/wasi-tls", version = "32.0.0" }
251-
component-async-tests = { path = "crates/misc/component-async-tests" }
252-
wiggle = { path = "crates/wiggle", version = "=32.0.0", default-features = false }
253-
wiggle-macro = { path = "crates/wiggle/macro", version = "=32.0.0" }
254-
wiggle-generate = { path = "crates/wiggle/generate", version = "=32.0.0" }
255-
wasi-common = { path = "crates/wasi-common", version = "=32.0.0", default-features = false }
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 }
256255
wasmtime-fuzzing = { path = "crates/fuzzing" }
257-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=32.0.0" }
258-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=32.0.0" }
259-
wasmtime-math = { path = "crates/math", version = "=32.0.0" }
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" }
260259
test-programs-artifacts = { path = 'crates/test-programs/artifacts' }
261260
wasmtime-test-util = { path = "crates/test-util" }
261+
component-async-tests = { path = "crates/misc/component-async-tests" }
262262

263-
pulley-interpreter = { path = 'pulley', version = "=32.0.0" }
263+
pulley-interpreter = { path = 'pulley', version = "=33.0.0" }
264264
pulley-interpreter-fuzz = { path = 'pulley/fuzz' }
265265

266-
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.119.0" }
267-
cranelift-codegen = { path = "cranelift/codegen", version = "0.119.0", default-features = false, features = ["std", "unwind"] }
268-
cranelift-frontend = { path = "cranelift/frontend", version = "0.119.0" }
269-
cranelift-entity = { path = "cranelift/entity", version = "0.119.0" }
270-
cranelift-native = { path = "cranelift/native", version = "0.119.0" }
271-
cranelift-module = { path = "cranelift/module", version = "0.119.0" }
272-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.119.0" }
273-
cranelift-reader = { path = "cranelift/reader", version = "0.119.0" }
266+
cranelift-assembler-x64 = { path = "cranelift/assembler-x64", version = "0.120.0" }
267+
cranelift-codegen = { path = "cranelift/codegen", version = "0.120.0", default-features = false, features = ["std", "unwind"] }
268+
cranelift-frontend = { path = "cranelift/frontend", version = "0.120.0" }
269+
cranelift-entity = { path = "cranelift/entity", version = "0.120.0" }
270+
cranelift-native = { path = "cranelift/native", version = "0.120.0" }
271+
cranelift-module = { path = "cranelift/module", version = "0.120.0" }
272+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.120.0" }
273+
cranelift-reader = { path = "cranelift/reader", version = "0.120.0" }
274274
cranelift-filetests = { path = "cranelift/filetests" }
275-
cranelift-object = { path = "cranelift/object", version = "0.119.0" }
276-
cranelift-jit = { path = "cranelift/jit", version = "0.119.0" }
275+
cranelift-object = { path = "cranelift/object", version = "0.120.0" }
276+
cranelift-jit = { path = "cranelift/jit", version = "0.120.0" }
277277
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
278-
cranelift-bforest = { path = "cranelift/bforest", version = "0.119.0" }
279-
cranelift-bitset = { path = "cranelift/bitset", version = "0.119.0" }
280-
cranelift-control = { path = "cranelift/control", version = "0.119.0" }
281-
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.119.0" }
282-
cranelift = { path = "cranelift/umbrella", version = "0.119.0" }
278+
cranelift-bforest = { path = "cranelift/bforest", version = "0.120.0" }
279+
cranelift-bitset = { path = "cranelift/bitset", version = "0.120.0" }
280+
cranelift-control = { path = "cranelift/control", version = "0.120.0" }
281+
cranelift-srcgen = { path = "cranelift/srcgen", version = "0.120.0" }
282+
cranelift = { path = "cranelift/umbrella", version = "0.120.0" }
283283

284-
winch-codegen = { path = "winch/codegen", version = "=32.0.0" }
284+
winch-codegen = { path = "winch/codegen", version = "=33.0.0" }
285285

286286
wasi-preview1-component-adapter = { path = "crates/wasi-preview1-component-adapter" }
287287
byte-array-literals = { path = "crates/wasi-preview1-component-adapter/byte-array-literals" }
288288

289289
# Bytecode Alliance maintained dependencies:
290290
# ---------------------------
291-
regalloc2 = "0.11.2"
291+
regalloc2 = "0.11.3"
292292

293293
# cap-std family:
294294
target-lexicon = "0.13.0"

RELEASES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 32.0.0
1+
## 33.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+
* [32.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-32.0.0/RELEASES.md)
1516
* [31.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-31.0.0/RELEASES.md)
1617
* [30.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-30.0.0/RELEASES.md)
1718
* [29.0.x](https://github.com/bytecodealliance/wasmtime/blob/release-29.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.119.0"
4+
version = "0.120.0"
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.119.0" }
19+
cranelift-assembler-x64-meta = { path = "meta", version = "0.120.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.119.0"
4+
version = "0.120.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.119.0"
4+
version = "0.120.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.119.0"
4+
version = "0.120.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.119.0"
4+
version = "0.120.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.119.0" }
28+
cranelift-codegen-shared = { path = "./shared", version = "0.120.0" }
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.119.0" }
58-
cranelift-isle = { path = "../isle/isle", version = "=0.119.0" }
57+
cranelift-codegen-meta = { path = "meta", version = "0.120.0" }
58+
cranelift-isle = { path = "../isle/isle", version = "=0.120.0" }
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.119.0"
4+
version = "0.120.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.119.0" }
21-
cranelift-codegen-shared = { path = "../shared", version = "0.119.0" }
20+
cranelift-assembler-x64-meta = { path = "../../assembler-x64/meta", version = "0.120.0" }
21+
cranelift-codegen-shared = { path = "../shared", version = "0.120.0" }
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.119.0"
4+
version = "0.120.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)