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.
15
15
Current Trunk
16
16
-------------
17
17
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 )
18
26
- Many compile time speedups were implemented (2x overall improvement), see
19
27
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 )
20
31
- [ wasm-split] Add a multi-split mode. (#6943 )
21
32
- Add a ` --preserve-type-order ` option that minimizes text format changes in
22
33
type ordering. (#6916 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
7
7
# to reduce this for compatability with emsdk.
8
8
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version" )
9
9
10
- project (binaryen LANGUAGES C CXX VERSION 119 )
10
+ project (binaryen LANGUAGES C CXX VERSION 120 )
11
11
include (GNUInstallDirs)
12
12
13
13
# The C++ standard whose features are required to build Binaryen.
You can’t perform that action at this time.
0 commit comments