@@ -10,6 +10,51 @@ Unreleased.
10
10
11
11
--------------------------------------------------------------------------------
12
12
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
+
13
58
## 1.0.0
14
59
15
60
Released 2022-09-20
0 commit comments