File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,14 @@ full changeset diff at the end of each section.
1515Current Trunk
1616-------------
1717
18+ v125
19+ ----
20+
21+ - Add a ReorderTypes pass (#7879 ).
1822 - C and JS APIs now assume RefFuncs are created after imported functions (non-
1923 imported functions can still be created later). This is necessary because
2024 imported function types can vary (due to Custom Descriptors), and we need to
21- look up that type at RefFunc creation time.
25+ look up that type at RefFunc creation time. ( # 7993 )
2226 - The --mod-asyncify-never-unwind and --mod-asyncify-always-and-only-unwind
2327 passed were deleted. They only existed to support the lazy code loading
2428 support in emscripten that was removed. (#7893 )
@@ -28,6 +32,8 @@ Current Trunk
2832 call.without.effects (calls will no longer be assumed to be cheap enough to
2933 run unconditionally) or monomorphize (which inputs a cost factor as a
3034 number). (#8047 )
35+ - Cross-module fuzzing: Add support generate and fuzz two linked files (#7947 ,
36+ #7949 , etc.)
3137
3238v124
3339----
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16.3)
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 124 )
10+ project (binaryen LANGUAGES C CXX VERSION 125 )
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