Skip to content

Commit c74d5eb

Browse files
authored
Release 110 (#5001)
1 parent 1fa64bf commit c74d5eb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ full changeset diff at the end of each section.
1414

1515
Current Trunk
1616
-------------
17-
- Add support for non-nullable locals in wasm GC.
17+
18+
v110
19+
----
20+
21+
- Add support for non-nullable locals in wasm GC. (#4959)
22+
- Add support for multiple memories. (#4811)
23+
- Add support for the wasm Strings proposal. (see PRs with [Strings] in name)
1824
- Add a new flag to Directize, `--pass-arg=directize-initial-contents-immutable`
1925
which indicates the initial table contents are immutable. That is the case for
2026
LLVM, for example, and it allows us to optimize more indirect calls to direct

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

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

0 commit comments

Comments
 (0)