Skip to content

Commit 967245f

Browse files
authored
Version 106 (#4533)
1 parent b7e1989 commit 967245f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,22 @@ full changeset diff at the end of each section.
1515
Current Trunk
1616
-------------
1717

18+
v106
19+
----
20+
21+
- [wasm2js] Support exports of Globals (#4523)
22+
- MergeSimilarFunctions optimization pass (#4414)
23+
- Various wasm-ctor-eval improvements, including support for GC.
24+
1825
v105
19-
---
26+
----
27+
2028
- This release contains binaries for ARM64 MacOS devices (#4397)
2129
- Otherwise, mostly bug fixes and incremental optimization improvements.
2230

2331
v104
2432
----
33+
2534
- Bugfixes only, release created due to incorrect github release artifacts in
2635
v103 release (#4398).
2736

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

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

0 commit comments

Comments
 (0)