diff options
author | Alon Zakai <azakai@google.com> | 2024-10-25 12:51:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-25 12:51:07 -0700 |
commit | 690576cda63d59ae0cfc3906e1146a7a4278db43 (patch) | |
tree | 10dd9033213e85240ab9afed12df4010524f9a39 /CHANGELOG.md | |
parent | d407cda117704f9e7c2868e8159aa55a50c57de4 (diff) | |
download | binaryen-690576cda63d59ae0cfc3906e1146a7a4278db43.tar.gz binaryen-690576cda63d59ae0cfc3906e1146a7a4278db43.tar.bz2 binaryen-690576cda63d59ae0cfc3906e1146a7a4278db43.zip |
Version 120 (#7033)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ddfc17304..a1dbd4591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,19 @@ full changeset diff at the end of each section. Current Trunk ------------- +v120 +---- + + - Remove closed world validation checks. These checks were causing more harm + than good. All valid code will now validate with `--closed-world` (but also + it now provides fewer warnings to users that enable closed world on code + which does not conform to the requirements of that mode, which can lead to + changes in runtime behavior; for the long-term plans, see #6965). (#7019) - Many compile time speedups were implemented (2x overall improvement), see https://github.com/WebAssembly/binaryen/issues/4165#issuecomment-2372548271 + - Several `exnref` (newest version of Wasm EH) optimizations: #7013, #6996, + #6997, #6983, #6980 + - Source Maps: Support 5 segment mappings. (#6795) - [wasm-split] Add a multi-split mode. (#6943) - Add a `--preserve-type-order` option that minimizes text format changes in type ordering. (#6916) |