Skip to content

Commit 75cd888

Browse files
authored
Add release notes for 2.0.0 (bytecodealliance#5048)
* Add release notes for 2.0.0 * Review comments
1 parent 03d77d4 commit 75cd888

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

RELEASES.md

+45
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,51 @@ Unreleased.
1010

1111
--------------------------------------------------------------------------------
1212

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

1560
Released 2022-09-20

docs/stability-tiers.md

+2
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)