|
1 | 1 | -------------------------------------------------------------------------------- |
2 | 2 |
|
| 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 | + |
3 | 48 | ## 1.0.0 |
4 | 49 |
|
5 | 50 | Released 2022-09-20 |
|
0 commit comments