Skip to content

Commit 11dba9b

Browse files
authored
Prepare to release Version 116 (#5940)
The important included change is the switch to default GC opcodes.
1 parent 183d4b0 commit 11dba9b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

18+
v116
19+
----
20+
1821
- "I31New" changed to "RefI31" everywhere it appears in the C API and similarly
1922
"i31.new" has been replaced with "ref.i31" in the JS API and in printed
20-
output.
23+
output (#5930, #3931).
24+
- The standard WasmGC opcodes are now on by default (#5873).
2125

2226
v115
2327
----

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

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

0 commit comments

Comments
 (0)