Skip to content

Commit d2d52de

Browse files
Release Wasmtime 15.0.1 (#7619)
* Release Wasmtime 15.0.1 [automatically-tag-and-release-this-commit] * Update release notes --------- Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com> Co-authored-by: Alex Crichton <alex@alexcrichton.com>
1 parent 839bdd1 commit d2d52de

File tree

23 files changed

+631
-126
lines changed

23 files changed

+631
-126
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: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ exclude = [
123123
]
124124

125125
[workspace.package]
126-
version = "15.0.0"
126+
version = "15.0.1"
127127
authors = ["The Wasmtime Project Developers"]
128128
edition = "2021"
129129
# Wasmtime's current policy is that this number can be no larger than the
@@ -132,59 +132,59 @@ rust-version = "1.71.0"
132132

133133
[workspace.dependencies]
134134
arbitrary = { version = "1.3.1" }
135-
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=15.0.0" }
136-
wasmtime = { path = "crates/wasmtime", version = "15.0.0", default-features = false }
137-
wasmtime-cache = { path = "crates/cache", version = "=15.0.0" }
138-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=15.0.0" }
139-
wasmtime-cranelift = { path = "crates/cranelift", version = "=15.0.0" }
140-
wasmtime-cranelift-shared = { path = "crates/cranelift-shared", version = "=15.0.0" }
141-
wasmtime-winch = { path = "crates/winch", version = "=15.0.0" }
142-
wasmtime-environ = { path = "crates/environ", version = "=15.0.0" }
143-
wasmtime-explorer = { path = "crates/explorer", version = "=15.0.0" }
144-
wasmtime-fiber = { path = "crates/fiber", version = "=15.0.0" }
145-
wasmtime-types = { path = "crates/types", version = "15.0.0" }
146-
wasmtime-jit = { path = "crates/jit", version = "=15.0.0" }
147-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=15.0.0" }
148-
wasmtime-runtime = { path = "crates/runtime", version = "=15.0.0" }
149-
wasmtime-wast = { path = "crates/wast", version = "=15.0.0" }
150-
wasmtime-wasi = { path = "crates/wasi", version = "15.0.0", default-features = false }
151-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=15.0.0", default-features = false }
152-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "15.0.0" }
153-
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "15.0.0" }
154-
wasmtime-component-util = { path = "crates/component-util", version = "=15.0.0" }
155-
wasmtime-component-macro = { path = "crates/component-macro", version = "=15.0.0" }
156-
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=15.0.0" }
157-
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=15.0.0" }
135+
wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=15.0.1" }
136+
wasmtime = { path = "crates/wasmtime", version = "15.0.1", default-features = false }
137+
wasmtime-cache = { path = "crates/cache", version = "=15.0.1" }
138+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=15.0.1" }
139+
wasmtime-cranelift = { path = "crates/cranelift", version = "=15.0.1" }
140+
wasmtime-cranelift-shared = { path = "crates/cranelift-shared", version = "=15.0.1" }
141+
wasmtime-winch = { path = "crates/winch", version = "=15.0.1" }
142+
wasmtime-environ = { path = "crates/environ", version = "=15.0.1" }
143+
wasmtime-explorer = { path = "crates/explorer", version = "=15.0.1" }
144+
wasmtime-fiber = { path = "crates/fiber", version = "=15.0.1" }
145+
wasmtime-types = { path = "crates/types", version = "15.0.1" }
146+
wasmtime-jit = { path = "crates/jit", version = "=15.0.1" }
147+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=15.0.1" }
148+
wasmtime-runtime = { path = "crates/runtime", version = "=15.0.1" }
149+
wasmtime-wast = { path = "crates/wast", version = "=15.0.1" }
150+
wasmtime-wasi = { path = "crates/wasi", version = "15.0.1", default-features = false }
151+
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=15.0.1", default-features = false }
152+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "15.0.1" }
153+
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "15.0.1" }
154+
wasmtime-component-util = { path = "crates/component-util", version = "=15.0.1" }
155+
wasmtime-component-macro = { path = "crates/component-macro", version = "=15.0.1" }
156+
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=15.0.1" }
157+
wasmtime-versioned-export-macros = { path = "crates/versioned-export-macros", version = "=15.0.1" }
158158
component-test-util = { path = "crates/misc/component-test-util" }
159159
component-fuzz-util = { path = "crates/misc/component-fuzz-util" }
160-
wiggle = { path = "crates/wiggle", version = "=15.0.0", default-features = false }
161-
wiggle-macro = { path = "crates/wiggle/macro", version = "=15.0.0" }
162-
wiggle-generate = { path = "crates/wiggle/generate", version = "=15.0.0" }
163-
wasi-common = { path = "crates/wasi-common", version = "=15.0.0" }
164-
wasi-tokio = { path = "crates/wasi-common/tokio", version = "=15.0.0" }
165-
wasi-cap-std-sync = { path = "crates/wasi-common/cap-std-sync", version = "=15.0.0" }
160+
wiggle = { path = "crates/wiggle", version = "=15.0.1", default-features = false }
161+
wiggle-macro = { path = "crates/wiggle/macro", version = "=15.0.1" }
162+
wiggle-generate = { path = "crates/wiggle/generate", version = "=15.0.1" }
163+
wasi-common = { path = "crates/wasi-common", version = "=15.0.1" }
164+
wasi-tokio = { path = "crates/wasi-common/tokio", version = "=15.0.1" }
165+
wasi-cap-std-sync = { path = "crates/wasi-common/cap-std-sync", version = "=15.0.1" }
166166
wasmtime-fuzzing = { path = "crates/fuzzing" }
167-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=15.0.0" }
168-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=15.0.0" }
167+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=15.0.1" }
168+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=15.0.1" }
169169
test-programs-artifacts = { path = 'crates/test-programs/artifacts' }
170170

171-
cranelift-wasm = { path = "cranelift/wasm", version = "0.102.0" }
172-
cranelift-codegen = { path = "cranelift/codegen", version = "0.102.0", default-features = false, features = ["std", "unwind"] }
173-
cranelift-frontend = { path = "cranelift/frontend", version = "0.102.0" }
174-
cranelift-entity = { path = "cranelift/entity", version = "0.102.0" }
175-
cranelift-native = { path = "cranelift/native", version = "0.102.0" }
176-
cranelift-module = { path = "cranelift/module", version = "0.102.0" }
177-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.102.0" }
178-
cranelift-reader = { path = "cranelift/reader", version = "0.102.0" }
171+
cranelift-wasm = { path = "cranelift/wasm", version = "0.102.1" }
172+
cranelift-codegen = { path = "cranelift/codegen", version = "0.102.1", default-features = false, features = ["std", "unwind"] }
173+
cranelift-frontend = { path = "cranelift/frontend", version = "0.102.1" }
174+
cranelift-entity = { path = "cranelift/entity", version = "0.102.1" }
175+
cranelift-native = { path = "cranelift/native", version = "0.102.1" }
176+
cranelift-module = { path = "cranelift/module", version = "0.102.1" }
177+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.102.1" }
178+
cranelift-reader = { path = "cranelift/reader", version = "0.102.1" }
179179
cranelift-filetests = { path = "cranelift/filetests" }
180-
cranelift-object = { path = "cranelift/object", version = "0.102.0" }
181-
cranelift-jit = { path = "cranelift/jit", version = "0.102.0" }
180+
cranelift-object = { path = "cranelift/object", version = "0.102.1" }
181+
cranelift-jit = { path = "cranelift/jit", version = "0.102.1" }
182182
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
183-
cranelift-bforest = { path = "cranelift/bforest", version = "0.102.0" }
184-
cranelift-control = { path = "cranelift/control", version = "0.102.0" }
185-
cranelift = { path = "cranelift/umbrella", version = "0.102.0" }
183+
cranelift-bforest = { path = "cranelift/bforest", version = "0.102.1" }
184+
cranelift-control = { path = "cranelift/control", version = "0.102.1" }
185+
cranelift = { path = "cranelift/umbrella", version = "0.102.1" }
186186

187-
winch-codegen = { path = "winch/codegen", version = "=0.13.0" }
187+
winch-codegen = { path = "winch/codegen", version = "=0.13.1" }
188188
winch-filetests = { path = "winch/filetests" }
189189
winch-test-macros = { path = "winch/test-macros" }
190190

RELEASES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
--------------------------------------------------------------------------------
22

3+
## 15.0.1
4+
5+
Released 2023-12-01.
6+
7+
### Fixed
8+
9+
* The `wasi:random/insecure{,_seed}` interfaces are now available through the
10+
CLI.
11+
[#7614](https://github.com/bytecodealliance/wasmtime/pull/7614)
12+
13+
* A stray debugging `println!` was removed.
14+
[#7618](https://github.com/bytecodealliance/wasmtime/pull/7618)
15+
16+
--------------------------------------------------------------------------------
17+
318
## 15.0.0
419

520
Released 2023-11-20.

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.102.0"
4+
version = "0.102.1"
55
description = "A forest of B+-trees"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-bforest"

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.102.0"
4+
version = "0.102.1"
55
description = "Low-level code generator library"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-codegen"
@@ -16,7 +16,7 @@ edition.workspace = true
1616
anyhow = { workspace = true, optional = true }
1717
bumpalo = "3"
1818
capstone = { workspace = true, optional = true }
19-
cranelift-codegen-shared = { path = "./shared", version = "0.102.0" }
19+
cranelift-codegen-shared = { path = "./shared", version = "0.102.1" }
2020
cranelift-entity = { workspace = true }
2121
cranelift-bforest = { workspace = true }
2222
cranelift-control = { workspace = true }
@@ -41,8 +41,8 @@ criterion = { version = "0.5.0", features = ["html_reports"] }
4141
similar = "2.1.0"
4242

4343
[build-dependencies]
44-
cranelift-codegen-meta = { path = "meta", version = "0.102.0" }
45-
cranelift-isle = { path = "../isle/isle", version = "=0.102.0" }
44+
cranelift-codegen-meta = { path = "meta", version = "0.102.1" }
45+
cranelift-isle = { path = "../isle/isle", version = "=0.102.1" }
4646

4747
[features]
4848
default = ["std", "unwind", "host-arch"]

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.102.0"
4+
version = "0.102.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"
@@ -12,4 +12,4 @@ edition.workspace = true
1212
rustdoc-args = [ "--document-private-items" ]
1313

1414
[dependencies]
15-
cranelift-codegen-shared = { path = "../shared", version = "0.102.0" }
15+
cranelift-codegen-shared = { path = "../shared", version = "0.102.1" }

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.102.0"
4+
version = "0.102.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.102.0"
4+
version = "0.102.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

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.102.0"
4+
version = "0.102.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

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.102.0"
4+
version = "0.102.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

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.102.0"
3+
version = "0.102.1"
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.102.0"
9+
version = "0.102.1"
1010

1111
[dependencies]
1212
codespan-reporting = { version = "0.11.1", optional = 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.102.0"
3+
version = "0.102.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

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.102.0"
3+
version = "0.102.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

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.102.0"
3+
version = "0.102.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

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.102.0"
3+
version = "0.102.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

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.102.0"
4+
version = "0.102.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

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.102.0"
3+
version = "0.102.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

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.102.0"
4+
version = "0.102.1"
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.102.0"
3+
version = "0.102.1"
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
@@ -202,7 +202,7 @@
202202
/**
203203
* \brief Wasmtime version string.
204204
*/
205-
#define WASMTIME_VERSION "15.0.0"
205+
#define WASMTIME_VERSION "15.0.1"
206206
/**
207207
* \brief Wasmtime major version number.
208208
*/
@@ -214,7 +214,7 @@
214214
/**
215215
* \brief Wasmtime patch version number.
216216
*/
217-
#define WASMTIME_VERSION_PATCH 0
217+
#define WASMTIME_VERSION_PATCH 1
218218

219219
#ifdef __cplusplus
220220
extern "C" {

0 commit comments

Comments
 (0)