Skip to content

Commit

Permalink
Version 106 (#4533)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken authored Mar 18, 2022
1 parent b7e1989 commit 967245f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,22 @@ full changeset diff at the end of each section.
Current Trunk
-------------

v106
----

- [wasm2js] Support exports of Globals (#4523)
- MergeSimilarFunctions optimization pass (#4414)
- Various wasm-ctor-eval improvements, including support for GC.

v105
---
----

- This release contains binaries for ARM64 MacOS devices (#4397)
- Otherwise, mostly bug fixes and incremental optimization improvements.

v104
----

- Bugfixes only, release created due to incorrect github release artifacts in
v103 release (#4398).

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

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

0 comments on commit 967245f

Please sign in to comment.