You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Documentation of all notable changes to the **Fizzy** project.
5
5
The format is based on [Keep a Changelog],
6
6
and this project adheres to [Semantic Versioning].
7
7
8
-
## [0.7.0]- unreleased
8
+
## [0.7.0]— unreleased
9
9
10
10
With this release we aim to provide a much improved C and Rust API, including a clear separation of i32 and i64 types.
11
11
Fizzy passes all of the official WebAssembly 1.0 tests. We are maintaining the WebAssembly 1.0 test suite
@@ -15,6 +15,10 @@ Fizzy release [the snapshot from 2021-02-12](https://github.com/wasmx/wasm-spec/
15
15
- 1009 of 1009 validation tests,
16
16
- 499 skipped due to testing text format parser.
17
17
18
+
There are no performance changes expected nor observed in this release.
19
+
With one exception: the `i32` member added to the `Value` union causes machine code being generated with different layout. This may impact the execution performance depending on the compiler and build configuration.
20
+
In some isolated cases differences up to ±30% were observed.
0 commit comments