Skip to content

Commit

Permalink
Version 121 (#7153)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively authored Dec 16, 2024
1 parent 315f7c1 commit 353b759
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@ full changeset diff at the end of each section.
Current Trunk
-------------

- BinaryenSelect no longer takes a type parameter.
- AutoDrop APIs have been removed.
v121
----

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

v120
----
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
# to reduce this for compatability with emsdk.
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version")

project(binaryen LANGUAGES C CXX VERSION 120)
project(binaryen LANGUAGES C CXX VERSION 121)
include(GNUInstallDirs)

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

0 comments on commit 353b759

Please sign in to comment.