File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,19 @@ full changeset diff at the end of each section.
1515Current Trunk
1616-------------
1717
18+ v120
19+ ----
20+
21+ - Remove closed world validation checks. These checks were causing more harm
22+ than good. All valid code will now validate with ` --closed-world ` (but also
23+ it now provides fewer warnings to users that enable closed world on code
24+ which does not conform to the requirements of that mode, which can lead to
25+ changes in runtime behavior; for the long-term plans, see #6965 ). (#7019 )
1826 - Many compile time speedups were implemented (2x overall improvement), see
1927 https://github.com/WebAssembly/binaryen/issues/4165#issuecomment-2372548271
28+ - Several ` exnref ` (newest version of Wasm EH) optimizations: #7013 , #6996 ,
29+ #6997 , #6983 , #6980
30+ - Source Maps: Support 5 segment mappings. (#6795 )
2031 - [ wasm-split] Add a multi-split mode. (#6943 )
2132 - Add a ` --preserve-type-order ` option that minimizes text format changes in
2233 type ordering. (#6916 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
77# to reduce this for compatability with emsdk.
88set (CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version" )
99
10- project (binaryen LANGUAGES C CXX VERSION 119 )
10+ project (binaryen LANGUAGES C CXX VERSION 120 )
1111include (GNUInstallDirs)
1212
1313# The C++ standard whose features are required to build Binaryen.
You can’t perform that action at this time.
0 commit comments