Skip to content

Commit 2340f7c

Browse files
authored
Version 127 (#8444)
1 parent 37e1dc7 commit 2340f7c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ full changeset diff at the end of each section.
1414

1515
Current 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16.3)
55
# Needed for C++17 (std::path)
66
set(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)
99
include(GNUInstallDirs)
1010

1111
# The C++ standard whose features are required to build Binaryen.

0 commit comments

Comments
 (0)