Skip to content

Commit 72bedc1

Browse files
Release Wasmtime 23.0.3 (#9365)
[automatically-tag-and-release-this-commit] Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
1 parent bc4a30f commit 72bedc1

File tree

23 files changed

+321
-125
lines changed

23 files changed

+321
-125
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ exclude = [
153153
]
154154

155155
[workspace.package]
156-
version = "23.0.2"
156+
version = "23.0.3"
157157
authors = ["The Wasmtime Project Developers"]
158158
edition = "2021"
159159
# Wasmtime's current policy is that this number can be no larger than the
@@ -176,57 +176,57 @@ all = 'allow'
176176

177177
[workspace.dependencies]
178178
arbitrary = { version = "1.3.1" }
179-
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=23.0.2" }
180-
wasmtime = { path = "crates/wasmtime", version = "23.0.2", default-features = false }
181-
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=23.0.2" }
182-
wasmtime-cache = { path = "crates/cache", version = "=23.0.2" }
183-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=23.0.2" }
184-
wasmtime-cranelift = { path = "crates/cranelift", version = "=23.0.2" }
185-
wasmtime-winch = { path = "crates/winch", version = "=23.0.2" }
186-
wasmtime-environ = { path = "crates/environ", version = "=23.0.2" }
187-
wasmtime-explorer = { path = "crates/explorer", version = "=23.0.2" }
188-
wasmtime-fiber = { path = "crates/fiber", version = "=23.0.2" }
189-
wasmtime-types = { path = "crates/types", version = "23.0.2" }
190-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=23.0.2" }
191-
wasmtime-wast = { path = "crates/wast", version = "=23.0.2" }
192-
wasmtime-wasi = { path = "crates/wasi", version = "23.0.2", default-features = false }
193-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=23.0.2", default-features = false }
194-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "23.0.2" }
195-
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "23.0.2" }
196-
wasmtime-component-util = { path = "crates/component-util", version = "=23.0.2" }
197-
wasmtime-component-macro = { path = "crates/component-macro", version = "=23.0.2" }
198-
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=23.0.2" }
199-
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=23.0.2" }
200-
wasmtime-slab = { path = "crates/slab", version = "=23.0.2" }
179+
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=23.0.3" }
180+
wasmtime = { path = "crates/wasmtime", version = "23.0.3", default-features = false }
181+
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=23.0.3" }
182+
wasmtime-cache = { path = "crates/cache", version = "=23.0.3" }
183+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=23.0.3" }
184+
wasmtime-cranelift = { path = "crates/cranelift", version = "=23.0.3" }
185+
wasmtime-winch = { path = "crates/winch", version = "=23.0.3" }
186+
wasmtime-environ = { path = "crates/environ", version = "=23.0.3" }
187+
wasmtime-explorer = { path = "crates/explorer", version = "=23.0.3" }
188+
wasmtime-fiber = { path = "crates/fiber", version = "=23.0.3" }
189+
wasmtime-types = { path = "crates/types", version = "23.0.3" }
190+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=23.0.3" }
191+
wasmtime-wast = { path = "crates/wast", version = "=23.0.3" }
192+
wasmtime-wasi = { path = "crates/wasi", version = "23.0.3", default-features = false }
193+
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=23.0.3", default-features = false }
194+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "23.0.3" }
195+
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "23.0.3" }
196+
wasmtime-component-util = { path = "crates/component-util", version = "=23.0.3" }
197+
wasmtime-component-macro = { path = "crates/component-macro", version = "=23.0.3" }
198+
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=23.0.3" }
199+
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=23.0.3" }
200+
wasmtime-slab = { path = "crates/slab", version = "=23.0.3" }
201201
component-test-util = { path = "crates/misc/component-test-util" }
202202
component-fuzz-util = { path = "crates/misc/component-fuzz-util" }
203-
wiggle = { path = "crates/wiggle", version = "=23.0.2", default-features = false }
204-
wiggle-macro = { path = "crates/wiggle/macro", version = "=23.0.2" }
205-
wiggle-generate = { path = "crates/wiggle/generate", version = "=23.0.2" }
206-
wasi-common = { path = "crates/wasi-common", version = "=23.0.2", default-features = false }
203+
wiggle = { path = "crates/wiggle", version = "=23.0.3", default-features = false }
204+
wiggle-macro = { path = "crates/wiggle/macro", version = "=23.0.3" }
205+
wiggle-generate = { path = "crates/wiggle/generate", version = "=23.0.3" }
206+
wasi-common = { path = "crates/wasi-common", version = "=23.0.3", default-features = false }
207207
wasmtime-fuzzing = { path = "crates/fuzzing" }
208-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=23.0.2" }
209-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=23.0.2" }
208+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=23.0.3" }
209+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=23.0.3" }
210210
test-programs-artifacts = { path = 'crates/test-programs/artifacts' }
211211

212-
cranelift-wasm = { path = "cranelift/wasm", version = "0.110.2" }
213-
cranelift-codegen = { path = "cranelift/codegen", version = "0.110.2", default-features = false, features = ["std", "unwind", "trace-log"] }
214-
cranelift-frontend = { path = "cranelift/frontend", version = "0.110.2" }
215-
cranelift-entity = { path = "cranelift/entity", version = "0.110.2" }
216-
cranelift-native = { path = "cranelift/native", version = "0.110.2" }
217-
cranelift-module = { path = "cranelift/module", version = "0.110.2" }
218-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.110.2" }
219-
cranelift-reader = { path = "cranelift/reader", version = "0.110.2" }
212+
cranelift-wasm = { path = "cranelift/wasm", version = "0.110.3" }
213+
cranelift-codegen = { path = "cranelift/codegen", version = "0.110.3", default-features = false, features = ["std", "unwind", "trace-log"] }
214+
cranelift-frontend = { path = "cranelift/frontend", version = "0.110.3" }
215+
cranelift-entity = { path = "cranelift/entity", version = "0.110.3" }
216+
cranelift-native = { path = "cranelift/native", version = "0.110.3" }
217+
cranelift-module = { path = "cranelift/module", version = "0.110.3" }
218+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.110.3" }
219+
cranelift-reader = { path = "cranelift/reader", version = "0.110.3" }
220220
cranelift-filetests = { path = "cranelift/filetests" }
221-
cranelift-object = { path = "cranelift/object", version = "0.110.2" }
222-
cranelift-jit = { path = "cranelift/jit", version = "0.110.2" }
221+
cranelift-object = { path = "cranelift/object", version = "0.110.3" }
222+
cranelift-jit = { path = "cranelift/jit", version = "0.110.3" }
223223
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
224-
cranelift-bforest = { path = "cranelift/bforest", version = "0.110.2" }
225-
cranelift-bitset = { path = "cranelift/bitset", version = "0.110.2" }
226-
cranelift-control = { path = "cranelift/control", version = "0.110.2" }
227-
cranelift = { path = "cranelift/umbrella", version = "0.110.2" }
224+
cranelift-bforest = { path = "cranelift/bforest", version = "0.110.3" }
225+
cranelift-bitset = { path = "cranelift/bitset", version = "0.110.3" }
226+
cranelift-control = { path = "cranelift/control", version = "0.110.3" }
227+
cranelift = { path = "cranelift/umbrella", version = "0.110.3" }
228228

229-
winch-codegen = { path = "winch/codegen", version = "=0.21.2" }
229+
winch-codegen = { path = "winch/codegen", version = "=0.21.3" }
230230

231231
wasi-preview1-component-adapter = { path = "crates/wasi-preview1-component-adapter" }
232232
byte-array-literals = { path = "crates/wasi-preview1-component-adapter/byte-array-literals" }

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.110.2"
4+
version = "0.110.3"
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.110.2"
4+
version = "0.110.3"
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.110.2"
4+
version = "0.110.3"
55
description = "Low-level code generator library"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-codegen"
@@ -19,7 +19,7 @@ workspace = true
1919
anyhow = { workspace = true, optional = true, features = ['std'] }
2020
bumpalo = "3"
2121
capstone = { workspace = true, optional = true }
22-
cranelift-codegen-shared = { path = "./shared", version = "0.110.2" }
22+
cranelift-codegen-shared = { path = "./shared", version = "0.110.3" }
2323
cranelift-entity = { workspace = true }
2424
cranelift-bforest = { workspace = true }
2525
cranelift-bitset = { workspace = true }
@@ -47,8 +47,8 @@ similar = "2.1.0"
4747
env_logger = { workspace = true }
4848

4949
[build-dependencies]
50-
cranelift-codegen-meta = { path = "meta", version = "0.110.2" }
51-
cranelift-isle = { path = "../isle/isle", version = "=0.110.2" }
50+
cranelift-codegen-meta = { path = "meta", version = "0.110.3" }
51+
cranelift-isle = { path = "../isle/isle", version = "=0.110.3" }
5252

5353
[features]
5454
default = ["std", "unwind", "host-arch", "timing"]

cranelift/codegen/meta/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-codegen-meta"
33
authors = ["The Cranelift Project Developers"]
4-
version = "0.110.2"
4+
version = "0.110.3"
55
description = "Metaprogram for cranelift-codegen code generator library"
66
license = "Apache-2.0 WITH LLVM-exception"
77
repository = "https://github.com/bytecodealliance/wasmtime"
@@ -15,4 +15,4 @@ workspace = true
1515
rustdoc-args = [ "--document-private-items" ]
1616

1717
[dependencies]
18-
cranelift-codegen-shared = { path = "../shared", version = "0.110.2" }
18+
cranelift-codegen-shared = { path = "../shared", version = "0.110.3" }

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

cranelift/entity/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-entity"
4-
version = "0.110.2"
4+
version = "0.110.3"
55
description = "Data structures using entity references as mapping keys"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-entity"

cranelift/frontend/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-frontend"
4-
version = "0.110.2"
4+
version = "0.110.3"
55
description = "Cranelift IR builder helper"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-frontend"

cranelift/interpreter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-interpreter"
3-
version = "0.110.2"
3+
version = "0.110.3"
44
authors = ["The Cranelift Project Developers"]
55
description = "Interpret Cranelift IR"
66
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/isle/isle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0 WITH LLVM-exception"
66
name = "cranelift-isle"
77
readme = "../README.md"
88
repository = "https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle"
9-
version = "0.110.2"
9+
version = "0.110.3"
1010

1111
[lints]
1212
workspace = true

cranelift/jit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-jit"
3-
version = "0.110.2"
3+
version = "0.110.3"
44
authors = ["The Cranelift Project Developers"]
55
description = "A JIT library backed by Cranelift"
66
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-module"
3-
version = "0.110.2"
3+
version = "0.110.3"
44
authors = ["The Cranelift Project Developers"]
55
description = "Support for linking functions and data with Cranelift"
66
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-native"
3-
version = "0.110.2"
3+
version = "0.110.3"
44
authors = ["The Cranelift Project Developers"]
55
description = "Support for targeting the host with Cranelift"
66
documentation = "https://docs.rs/cranelift-native"

cranelift/object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-object"
3-
version = "0.110.2"
3+
version = "0.110.3"
44
authors = ["The Cranelift Project Developers"]
55
description = "Emit Cranelift output to native object files with `object`"
66
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/reader/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-reader"
4-
version = "0.110.2"
4+
version = "0.110.3"
55
description = "Cranelift textual IR reader"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-reader"

cranelift/serde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-serde"
3-
version = "0.110.2"
3+
version = "0.110.3"
44
authors = ["The Cranelift Project Developers"]
55
description = "Serializer/Deserializer for Cranelift IR"
66
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/umbrella/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"
4-
version = "0.110.2"
4+
version = "0.110.3"
55
description = "Umbrella for commonly-used cranelift crates"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift"

cranelift/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-wasm"
3-
version = "0.110.2"
3+
version = "0.110.3"
44
authors = ["The Cranelift Project Developers"]
55
description = "Translator from WebAssembly to Cranelift IR"
66
documentation = "https://docs.rs/cranelift-wasm"

crates/c-api/include/wasmtime.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
/**
207207
* \brief Wasmtime version string.
208208
*/
209-
#define WASMTIME_VERSION "23.0.2"
209+
#define WASMTIME_VERSION "23.0.3"
210210
/**
211211
* \brief Wasmtime major version number.
212212
*/
@@ -218,7 +218,7 @@
218218
/**
219219
* \brief Wasmtime patch version number.
220220
*/
221-
#define WASMTIME_VERSION_PATCH 2
221+
#define WASMTIME_VERSION_PATCH 3
222222

223223
#ifdef __cplusplus
224224
extern "C" {

0 commit comments

Comments
 (0)