Skip to content

Commit 486c88b

Browse files
Release Wasmtime 0.38.2 (#4482)
* Release Wasmtime 0.38.2 [automatically-tag-and-release-this-commit] * Add release notes Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com> Co-authored-by: Alex Crichton <alex@alexcrichton.com>
1 parent 6b639dd commit 486c88b

44 files changed

Lines changed: 198 additions & 184 deletions

File tree

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: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmtime-cli"
3-
version = "0.38.1"
3+
version = "0.38.2"
44
authors = ["The Wasmtime Project Developers"]
55
description = "Command-line interface for Wasmtime"
66
license = "Apache-2.0 WITH LLVM-exception"
@@ -21,15 +21,15 @@ path = "src/bin/wasmtime.rs"
2121
doc = false
2222

2323
[dependencies]
24-
wasmtime = { path = "crates/wasmtime", version = "0.38.1", default-features = false, features = ['cache', 'cranelift'] }
25-
wasmtime-cache = { path = "crates/cache", version = "=0.38.1" }
26-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=0.38.1" }
27-
wasmtime-cranelift = { path = "crates/cranelift", version = "=0.38.1" }
28-
wasmtime-environ = { path = "crates/environ", version = "=0.38.1" }
29-
wasmtime-wast = { path = "crates/wast", version = "=0.38.1" }
30-
wasmtime-wasi = { path = "crates/wasi", version = "0.38.1" }
31-
wasmtime-wasi-crypto = { path = "crates/wasi-crypto", version = "0.38.1", optional = true }
32-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "0.38.1", optional = true }
24+
wasmtime = { path = "crates/wasmtime", version = "0.38.2", default-features = false, features = ['cache', 'cranelift'] }
25+
wasmtime-cache = { path = "crates/cache", version = "=0.38.2" }
26+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=0.38.2" }
27+
wasmtime-cranelift = { path = "crates/cranelift", version = "=0.38.2" }
28+
wasmtime-environ = { path = "crates/environ", version = "=0.38.2" }
29+
wasmtime-wast = { path = "crates/wast", version = "=0.38.2" }
30+
wasmtime-wasi = { path = "crates/wasi", version = "0.38.2" }
31+
wasmtime-wasi-crypto = { path = "crates/wasi-crypto", version = "0.38.2", optional = true }
32+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "0.38.2", optional = true }
3333
clap = { version = "3.1.12", features = ["color", "suggestions", "derive"] }
3434
anyhow = "1.0.19"
3535
target-lexicon = { version = "0.12.0", default-features = false }
@@ -43,7 +43,7 @@ rustix = "0.33.7"
4343

4444
[dev-dependencies]
4545
# depend again on wasmtime to activate its default features for tests
46-
wasmtime = { path = "crates/wasmtime", version = "0.38.1" }
46+
wasmtime = { path = "crates/wasmtime", version = "0.38.2" }
4747
env_logger = "0.9.0"
4848
filecheck = "0.5.0"
4949
more-asserts = "0.2.1"

RELEASES.md

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

3+
## 0.38.2
4+
5+
Released 2022-07-20.
6+
7+
### Fixed.
8+
9+
* A miscompilation when handling constant divisors on AArch64 has been fixed.
10+
[CVE-2022-31169](https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-7f6x-jwh5-m9r4)
11+
12+
* A use-after-free possible with accidentally missing stack maps has been fixed.
13+
[CVE-2022-31146](https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-5fhj-g3p3-pq9g)
14+
15+
--------------------------------------------------------------------------------
16+
317
## 0.38.1
418

519
Released 2022-06-27.

0 commit comments

Comments
 (0)