File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,17 @@ full changeset diff at the end of each section.
15
15
Current Trunk
16
16
-------------
17
17
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 )
20
27
- 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 )
22
29
23
30
v120
24
31
----
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
7
7
# to reduce this for compatability with emsdk.
8
8
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version" )
9
9
10
- project (binaryen LANGUAGES C CXX VERSION 120 )
10
+ project (binaryen LANGUAGES C CXX VERSION 121 )
11
11
include (GNUInstallDirs)
12
12
13
13
# The C++ standard whose features are required to build Binaryen.
You can’t perform that action at this time.
0 commit comments