Skip to content

Commit 1cfcb66

Browse files
committed
Add release notes for 0.24.0.
1 parent 2190fb6 commit 1cfcb66

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

RELEASES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
--------------------------------------------------------------------------------
44

5+
## 0.24.0
6+
7+
### Added
8+
9+
* Implement support for `async` functions in Wasmtime
10+
[#2434](https://github.com/bytecodealliance/wasmtime/pull/2434)
11+
12+
### Fixed
13+
14+
* Fix preservation of the sigaltstack on macOS
15+
[#2676](https://github.com/bytecodealliance/wasmtime/pull/2676)
16+
* Fix incorrect semver dependencies involving fs-set-times.
17+
[#2705](https://github.com/bytecodealliance/wasmtime/pull/2705)
18+
* Fix some `i128` shift-related bugs in x64 backend.
19+
[#2682](https://github.com/bytecodealliance/wasmtime/pull/2682)
20+
* Fix incomplete trap metadata due to multiple traps at one address
21+
[#2685](https://github.com/bytecodealliance/wasmtime/pull/2685)
22+
523
## 0.23.0
624

725
Released 2021-02-16.

0 commit comments

Comments
 (0)