Skip to content

Commit

Permalink
Release 110 (#5001)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Aug 31, 2022
1 parent 1fa64bf commit c74d5eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ full changeset diff at the end of each section.

Current Trunk
-------------
- Add support for non-nullable locals in wasm GC.

v110
----

- Add support for non-nullable locals in wasm GC. (#4959)
- Add support for multiple memories. (#4811)
- Add support for the wasm Strings proposal. (see PRs with [Strings] in name)
- Add a new flag to Directize, `--pass-arg=directize-initial-contents-immutable`
which indicates the initial table contents are immutable. That is the case for
LLVM, for example, and it allows us to optimize more indirect calls to direct
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 109)
project(binaryen LANGUAGES C CXX VERSION 110)
include(GNUInstallDirs)

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

0 comments on commit c74d5eb

Please sign in to comment.