File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ full changeset diff at the end of each section.
1414
1515Current Trunk
1616-------------
17+
18+ v127
19+ ----
20+
21+ - Implement the Custom Page Sizes proposal. (#8307 )
22+ - New intrinsic: ` @binaryen.idempotent ` . (#8354 )
23+ - Add --strip-debug option to wasm-split (#8432 )
1724 - The emscripten build of binaryen no longer targets pure JS (via wasm2js) by
1825 default. This allows us to enable WASM_BIGINT and other features that
1926 wasm2js does not support. There is now just a single binaryen_js target. It
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16.3)
55# Needed for C++17 (std::path)
66set (CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version" )
77
8- project (binaryen LANGUAGES C CXX VERSION 126 )
8+ project (binaryen LANGUAGES C CXX VERSION 127 )
99include (GNUInstallDirs )
1010
1111# The C++ standard whose features are required to build Binaryen.
You can’t perform that action at this time.
0 commit comments