Skip to content

Commit 0da585a

Browse files
authored
Add release notes for 2.0.0 (#5048) (#5069)
* Add release notes for 2.0.0 * Review comments
1 parent 24eca3b commit 0da585a

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

RELEASES.md

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

3+
## 2.0.0
4+
5+
Unreleased.
6+
7+
### Added
8+
9+
* Cranelift has gained support for forward-edge CFI on the AArch64 backend.
10+
[#3693](https://github.com/bytecodealliance/wasmtime/pull/3693)
11+
12+
* A `--disable-parallel-compilation` CLI flag is now implemented for `wasmtime`.
13+
[#4911](https://github.com/bytecodealliance/wasmtime/pull/4911)
14+
15+
* [Tier 3] support has been added for for RISC-V 64 with a new backend in
16+
Cranelift for this architecture.
17+
[#4271](https://github.com/bytecodealliance/wasmtime/pull/4271)
18+
19+
* Basic [tier 3] support for Windows ARM64 has been added but features such as
20+
traps don't work at this time.
21+
[#4990](https://github.com/bytecodealliance/wasmtime/pull/4990)
22+
23+
### Changed
24+
25+
* The implementation of the `random_get` function in `wasi-common` is now faster
26+
by using a userspace CSPRNG rather than the OS for randomness.
27+
[#4917](https://github.com/bytecodealliance/wasmtime/pull/4917)
28+
29+
* The AArch64 backend has completed its transition to ISLE.
30+
[#4851](https://github.com/bytecodealliance/wasmtime/pull/4851)
31+
[#4866](https://github.com/bytecodealliance/wasmtime/pull/4866)
32+
[#4898](https://github.com/bytecodealliance/wasmtime/pull/4898)
33+
[#4884](https://github.com/bytecodealliance/wasmtime/pull/4884)
34+
[#4820](https://github.com/bytecodealliance/wasmtime/pull/4820)
35+
[#4913](https://github.com/bytecodealliance/wasmtime/pull/4913)
36+
[#4942](https://github.com/bytecodealliance/wasmtime/pull/4942)
37+
[#4943](https://github.com/bytecodealliance/wasmtime/pull/4943)
38+
39+
* The size of the `sigaltstack` allocated per-thread for signal handling has
40+
been increased from 16k to 64k.
41+
[#4964](https://github.com/bytecodealliance/wasmtime/pull/4964)
42+
43+
44+
[Tier 3]: https://docs.wasmtime.dev/stability-tiers.html
45+
46+
--------------------------------------------------------------------------------
47+
348
## 1.0.0
449

550
Released 2022-09-20

docs/stability-tiers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ For explanations of what each tier means see below.
4646
| Category | Description | Missing Tier 2 Requirements |
4747
|----------------------|-----------------------------------|-----------------------------|
4848
| Target | `aarch64-apple-darwin` | CI testing |
49+
| Target | `aarch64-pc-windows-msvc` | CI testing, unwinding, full-time maintainer |
50+
| Target | `riscv64gc-unknown-linux-gnu` | full-time maintainer |
4951
| WASI Proposal | `wasi-nn` | More expansive CI testing |
5052
| WASI Proposal | `wasi-crypto` | CI testing, clear owner |
5153
| WebAssembly Proposal | `threads` | Complete implementation |

0 commit comments

Comments
 (0)