File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,22 @@ full changeset diff at the end of each section.
1515Current Trunk
1616-------------
1717
18+ v113
19+ ----
20+
1821- Add a ` wasm-merge ` tool. This is a full rewrite of the previous ` wasm-merge `
1922 tool that was removed from the tree in the past. The new version is much
2023 simpler after recent improvements to multi-memory and multi-table. The
2124 rewrite was motivated by new use cases for merging modules in the context of
2225 WasmGC.
2326- Some C and JS API functions now refer to data and element segments by name
2427 instead of index.
25- - The --nominal and --hybrid command line options and related API functions have
26- been removed. The only supported type system is now the standard isorecursive
27- (i.e. hybrid) type system.
28+ - The ` --nominal ` and ` --hybrid ` command line options and related API functions
29+ have been removed. The only supported type system is now the standard
30+ isorecursive (i.e. hybrid) type system. (#5672 )
31+ - Add a "mayNotReturn" effect (#5711 ).
32+ - Disable the memory64 feature in Memory64Lowering.cpp (#5679 ).
33+ - Disable sign extension in SignExtLowering.cpp (#5676 ).
2834
2935v112
3036----
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 112 )
10+ project (binaryen LANGUAGES C CXX VERSION 113 )
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