File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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
725Released 2021-02-16.
You can’t perform that action at this time.
0 commit comments