Skip to content

Commit 164c62b

Browse files
authored
Prepare to release v113 (#5726)
1 parent 972e659 commit 164c62b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,22 @@ full changeset diff at the end of each section.
1515
Current Trunk
1616
-------------
1717

18+
v113
19+
----
20+
1821
- Add a `wasm-merge` tool. This is a full rewrite of the previous `wasm-merge`
1922
tool that was removed from the tree in the past. The new version is much
2023
simpler after recent improvements to multi-memory and multi-table. The
2124
rewrite was motivated by new use cases for merging modules in the context of
2225
WasmGC.
2326
- Some C and JS API functions now refer to data and element segments by name
2427
instead of index.
25-
- The --nominal and --hybrid command line options and related API functions have
26-
been removed. The only supported type system is now the standard isorecursive
27-
(i.e. hybrid) type system.
28+
- The `--nominal` and `--hybrid` command line options and related API functions
29+
have been removed. The only supported type system is now the standard
30+
isorecursive (i.e. hybrid) type system. (#5672)
31+
- Add a "mayNotReturn" effect (#5711).
32+
- Disable the memory64 feature in Memory64Lowering.cpp (#5679).
33+
- Disable sign extension in SignExtLowering.cpp (#5676).
2834

2935
v112
3036
----

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

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

0 commit comments

Comments
 (0)