Skip to content

Commit 99414ec

Browse files
authored
Release 107 (#4634)
1 parent f124a11 commit 99414ec

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ full changeset diff at the end of each section.
1515
Current Trunk
1616
-------------
1717

18+
v107
19+
----
20+
21+
- Update the wasm GC type section binary format (#4625, #4631)
22+
- Lift the restriction in liveness-traversal.h on max 65535 locals (#4567)
23+
- Switch to nominal fuzzing by default (#4610)
24+
- Refactor Feature::All to match FeatureSet.setAll() (#4557)
25+
- New Signature Pruning pass (#4545)
26+
- Add support for extended-const proposal (#4529)
1827
- Add BUILD_TESTS CMake option to make gtest dependency optional.
1928
- Updated tests to use filecheck 0.0.22 (#4537). Updating is required to
2029
successfully run the lit tests. This can be done with

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
77
# to reduce this for compatability with emsdk.
88
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version")
99

10-
project(binaryen LANGUAGES C CXX VERSION 106)
10+
project(binaryen LANGUAGES C CXX VERSION 107)
1111
include(GNUInstallDirs)
1212

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

0 commit comments

Comments
 (0)