File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,17 @@ full changeset diff at the end of each section.
1515Current Trunk
1616-------------
1717
18- - BinaryenSelect no longer takes a type parameter.
19- - AutoDrop APIs have been removed.
18+ v121
19+ ----
20+
21+ - BinaryenSelect no longer takes a type parameter. (#7097 )
22+ - AutoDrop APIs have been removed. (#7106 )
23+ - bulk-memory-opt and call-indirect-overlong features are added for parity with
24+ LLVM. (#7139 )
25+ - WasmGC optimizations now run significantly faster and scale better with
26+ available threads. (#7142 )
2027 - Binaryen now supports parsing control flow structures with parameter types by
21- lowering them away in the parsers.
28+ lowering them away in the parsers. ( # 7149 )
2229
2330v120
2431----
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 120 )
10+ project (binaryen LANGUAGES C CXX VERSION 121 )
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