We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f8f77 commit 4179603Copy full SHA for 4179603
CHANGELOG.md
@@ -15,6 +15,9 @@ full changeset diff at the end of each section.
15
Current Trunk
16
-------------
17
18
+v118
19
+----
20
+
21
- StackIR is now handled entirely during binary writing. This is mostly not
22
noticeable, except that:
23
- Text output no longer notes `(; has Stack IR ;)` (as Stack IR only exists
CMakeLists.txt
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
7
# to reduce this for compatability with emsdk.
8
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version")
9
10
-project(binaryen LANGUAGES C CXX VERSION 117)
+project(binaryen LANGUAGES C CXX VERSION 118)
11
include(GNUInstallDirs)
12
13
# The C++ standard whose features are required to build Binaryen.
0 commit comments