Skip to content

Commit 58282df

Browse files
Release Wasmtime 29.0.1 (#10070)
* Release Wasmtime 29.0.1 [automatically-tag-and-release-this-commit] * Add release notes --------- Co-authored-by: Wasmtime Publish <[email protected]> Co-authored-by: Alex Crichton <[email protected]>
1 parent e304726 commit 58282df

File tree

22 files changed

+426
-222
lines changed

22 files changed

+426
-222
lines changed

Cargo.lock

+59-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+46-46
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ exclude = [
163163
]
164164

165165
[workspace.package]
166-
version = "29.0.0"
166+
version = "29.0.1"
167167
authors = ["The Wasmtime Project Developers"]
168168
edition = "2021"
169169
# Wasmtime's current policy is that this number can be no larger than the
@@ -204,61 +204,61 @@ allow_attributes_without_reason = 'warn'
204204

205205
[workspace.dependencies]
206206
arbitrary = { version = "1.4.0" }
207-
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=29.0.0" }
208-
wasmtime = { path = "crates/wasmtime", version = "29.0.0", default-features = false }
209-
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=29.0.0" }
210-
wasmtime-cache = { path = "crates/cache", version = "=29.0.0" }
211-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=29.0.0" }
212-
wasmtime-cranelift = { path = "crates/cranelift", version = "=29.0.0" }
213-
wasmtime-winch = { path = "crates/winch", version = "=29.0.0" }
214-
wasmtime-environ = { path = "crates/environ", version = "=29.0.0" }
215-
wasmtime-explorer = { path = "crates/explorer", version = "=29.0.0" }
216-
wasmtime-fiber = { path = "crates/fiber", version = "=29.0.0" }
217-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=29.0.0" }
218-
wasmtime-wast = { path = "crates/wast", version = "=29.0.0" }
219-
wasmtime-wasi = { path = "crates/wasi", version = "29.0.0", default-features = false }
220-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=29.0.0", default-features = false }
221-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "29.0.0" }
222-
wasmtime-wasi-config = { path = "crates/wasi-config", version = "29.0.0" }
223-
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "29.0.0" }
224-
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "29.0.0" }
225-
wasmtime-component-util = { path = "crates/component-util", version = "=29.0.0" }
226-
wasmtime-component-macro = { path = "crates/component-macro", version = "=29.0.0" }
227-
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=29.0.0" }
228-
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=29.0.0" }
229-
wasmtime-slab = { path = "crates/slab", version = "=29.0.0" }
207+
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=29.0.1" }
208+
wasmtime = { path = "crates/wasmtime", version = "29.0.1", default-features = false }
209+
wasmtime-c-api-macros = { path = "crates/c-api-macros", version = "=29.0.1" }
210+
wasmtime-cache = { path = "crates/cache", version = "=29.0.1" }
211+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=29.0.1" }
212+
wasmtime-cranelift = { path = "crates/cranelift", version = "=29.0.1" }
213+
wasmtime-winch = { path = "crates/winch", version = "=29.0.1" }
214+
wasmtime-environ = { path = "crates/environ", version = "=29.0.1" }
215+
wasmtime-explorer = { path = "crates/explorer", version = "=29.0.1" }
216+
wasmtime-fiber = { path = "crates/fiber", version = "=29.0.1" }
217+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=29.0.1" }
218+
wasmtime-wast = { path = "crates/wast", version = "=29.0.1" }
219+
wasmtime-wasi = { path = "crates/wasi", version = "29.0.1", default-features = false }
220+
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=29.0.1", default-features = false }
221+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "29.0.1" }
222+
wasmtime-wasi-config = { path = "crates/wasi-config", version = "29.0.1" }
223+
wasmtime-wasi-keyvalue = { path = "crates/wasi-keyvalue", version = "29.0.1" }
224+
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "29.0.1" }
225+
wasmtime-component-util = { path = "crates/component-util", version = "=29.0.1" }
226+
wasmtime-component-macro = { path = "crates/component-macro", version = "=29.0.1" }
227+
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=29.0.1" }
228+
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=29.0.1" }
229+
wasmtime-slab = { path = "crates/slab", version = "=29.0.1" }
230230
component-test-util = { path = "crates/misc/component-test-util" }
231231
component-fuzz-util = { path = "crates/misc/component-fuzz-util" }
232-
wiggle = { path = "crates/wiggle", version = "=29.0.0", default-features = false }
233-
wiggle-macro = { path = "crates/wiggle/macro", version = "=29.0.0" }
234-
wiggle-generate = { path = "crates/wiggle/generate", version = "=29.0.0" }
235-
wasi-common = { path = "crates/wasi-common", version = "=29.0.0", default-features = false }
232+
wiggle = { path = "crates/wiggle", version = "=29.0.1", default-features = false }
233+
wiggle-macro = { path = "crates/wiggle/macro", version = "=29.0.1" }
234+
wiggle-generate = { path = "crates/wiggle/generate", version = "=29.0.1" }
235+
wasi-common = { path = "crates/wasi-common", version = "=29.0.1", default-features = false }
236236
wasmtime-fuzzing = { path = "crates/fuzzing" }
237-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=29.0.0" }
238-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=29.0.0" }
239-
wasmtime-math = { path = "crates/math", version = "=29.0.0" }
237+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=29.0.1" }
238+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=29.0.1" }
239+
wasmtime-math = { path = "crates/math", version = "=29.0.1" }
240240
test-programs-artifacts = { path = 'crates/test-programs/artifacts' }
241241

242-
pulley-interpreter = { path = 'pulley', version = "=29.0.0" }
242+
pulley-interpreter = { path = 'pulley', version = "=29.0.1" }
243243
pulley-interpreter-fuzz = { path = 'pulley/fuzz' }
244244

245-
cranelift-codegen = { path = "cranelift/codegen", version = "0.116.0", default-features = false, features = ["std", "unwind"] }
246-
cranelift-frontend = { path = "cranelift/frontend", version = "0.116.0" }
247-
cranelift-entity = { path = "cranelift/entity", version = "0.116.0" }
248-
cranelift-native = { path = "cranelift/native", version = "0.116.0" }
249-
cranelift-module = { path = "cranelift/module", version = "0.116.0" }
250-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.116.0" }
251-
cranelift-reader = { path = "cranelift/reader", version = "0.116.0" }
245+
cranelift-codegen = { path = "cranelift/codegen", version = "0.116.1", default-features = false, features = ["std", "unwind"] }
246+
cranelift-frontend = { path = "cranelift/frontend", version = "0.116.1" }
247+
cranelift-entity = { path = "cranelift/entity", version = "0.116.1" }
248+
cranelift-native = { path = "cranelift/native", version = "0.116.1" }
249+
cranelift-module = { path = "cranelift/module", version = "0.116.1" }
250+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.116.1" }
251+
cranelift-reader = { path = "cranelift/reader", version = "0.116.1" }
252252
cranelift-filetests = { path = "cranelift/filetests" }
253-
cranelift-object = { path = "cranelift/object", version = "0.116.0" }
254-
cranelift-jit = { path = "cranelift/jit", version = "0.116.0" }
253+
cranelift-object = { path = "cranelift/object", version = "0.116.1" }
254+
cranelift-jit = { path = "cranelift/jit", version = "0.116.1" }
255255
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
256-
cranelift-bforest = { path = "cranelift/bforest", version = "0.116.0" }
257-
cranelift-bitset = { path = "cranelift/bitset", version = "0.116.0" }
258-
cranelift-control = { path = "cranelift/control", version = "0.116.0" }
259-
cranelift = { path = "cranelift/umbrella", version = "0.116.0" }
256+
cranelift-bforest = { path = "cranelift/bforest", version = "0.116.1" }
257+
cranelift-bitset = { path = "cranelift/bitset", version = "0.116.1" }
258+
cranelift-control = { path = "cranelift/control", version = "0.116.1" }
259+
cranelift = { path = "cranelift/umbrella", version = "0.116.1" }
260260

261-
winch-codegen = { path = "winch/codegen", version = "=29.0.0" }
261+
winch-codegen = { path = "winch/codegen", version = "=29.0.1" }
262262

263263
wasi-preview1-component-adapter = { path = "crates/wasi-preview1-component-adapter" }
264264
byte-array-literals = { path = "crates/wasi-preview1-component-adapter/byte-array-literals" }

RELEASES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 29.0.1
2+
3+
Released 2025-01-21.
4+
5+
### Fixed
6+
7+
* Fix a missing increment in WASIp1-to-WASIp2 adapter which affected WASI
8+
configurations that have multiple preopened directories.
9+
[#10064](https://github.com/bytecodealliance/wasmtime/pull/10064)
10+
11+
--------------------------------------------------------------------------------
12+
113
## 29.0.0
214

315
Released 2025-01-20.

cranelift/bforest/Cargo.toml

+1-1
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.116.0"
4+
version = "0.116.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

+1-1
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.116.0"
4+
version = "0.116.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

+4-4
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.116.0"
4+
version = "0.116.1"
55
description = "Low-level code generator library"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-codegen"
@@ -24,7 +24,7 @@ features = ["all-arch"]
2424
anyhow = { workspace = true, optional = true, features = ['std'] }
2525
bumpalo = "3"
2626
capstone = { workspace = true, optional = true }
27-
cranelift-codegen-shared = { path = "./shared", version = "0.116.0" }
27+
cranelift-codegen-shared = { path = "./shared", version = "0.116.1" }
2828
cranelift-entity = { workspace = true }
2929
cranelift-bforest = { workspace = true }
3030
cranelift-bitset = { workspace = true }
@@ -53,8 +53,8 @@ similar = "2.1.0"
5353
env_logger = { workspace = true }
5454

5555
[build-dependencies]
56-
cranelift-codegen-meta = { path = "meta", version = "0.116.0" }
57-
cranelift-isle = { path = "../isle/isle", version = "=0.116.0" }
56+
cranelift-codegen-meta = { path = "meta", version = "0.116.1" }
57+
cranelift-isle = { path = "../isle/isle", version = "=0.116.1" }
5858

5959
[features]
6060
default = ["std", "unwind", "host-arch", "timing"]

cranelift/codegen/meta/Cargo.toml

+2-2
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.116.0"
4+
version = "0.116.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"
@@ -16,7 +16,7 @@ workspace = true
1616
rustdoc-args = [ "--document-private-items" ]
1717

1818
[dependencies]
19-
cranelift-codegen-shared = { path = "../shared", version = "0.116.0" }
19+
cranelift-codegen-shared = { path = "../shared", version = "0.116.1" }
2020
pulley-interpreter = { workspace = true, optional = true }
2121

2222
[features]

cranelift/codegen/shared/Cargo.toml

+1-1
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.116.0"
4+
version = "0.116.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

+1-1
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.116.0"
4+
version = "0.116.1"
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

+1-1
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.116.0"
4+
version = "0.116.1"
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

+1-1
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.116.0"
4+
version = "0.116.1"
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

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

cranelift/isle/isle/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0 WITH LLVM-exception"
77
name = "cranelift-isle"
88
readme = "../README.md"
99
repository = "https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle"
10-
version = "0.116.0"
10+
version = "0.116.1"
1111

1212
[lints]
1313
workspace = true

cranelift/jit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-jit"
3-
version = "0.116.0"
3+
version = "0.116.1"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-module"
3-
version = "0.116.0"
3+
version = "0.116.1"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-native"
3-
version = "0.116.0"
3+
version = "0.116.1"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-object"
3-
version = "0.116.0"
3+
version = "0.116.1"
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

+1-1
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.116.0"
4+
version = "0.116.1"
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

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

cranelift/umbrella/Cargo.toml

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

crates/c-api/include/wasmtime.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
/**
207207
* \brief Wasmtime version string.
208208
*/
209-
#define WASMTIME_VERSION "29.0.0"
209+
#define WASMTIME_VERSION "29.0.1"
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 0
221+
#define WASMTIME_VERSION_PATCH 1
222222

223223
#ifdef __cplusplus
224224
extern "C" {

0 commit comments

Comments
 (0)