Skip to content

Commit 353b759

Browse files
authored
Version 121 (#7153)
1 parent 315f7c1 commit 353b759

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,17 @@ full changeset diff at the end of each section.
1515
Current Trunk
1616
-------------
1717

18-
- BinaryenSelect no longer takes a type parameter.
19-
- AutoDrop APIs have been removed.
18+
v121
19+
----
20+
21+
- BinaryenSelect no longer takes a type parameter. (#7097)
22+
- AutoDrop APIs have been removed. (#7106)
23+
- bulk-memory-opt and call-indirect-overlong features are added for parity with
24+
LLVM. (#7139)
25+
- WasmGC optimizations now run significantly faster and scale better with
26+
available threads. (#7142)
2027
- Binaryen now supports parsing control flow structures with parameter types by
21-
lowering them away in the parsers.
28+
lowering them away in the parsers. (#7149)
2229

2330
v120
2431
----

CMakeLists.txt

+1-1
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 120)
10+
project(binaryen LANGUAGES C CXX VERSION 121)
1111
include(GNUInstallDirs)
1212

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

0 commit comments

Comments
 (0)