Skip to content

Commit 6ec7b5f

Browse files
authored
Version 125 (WebAssembly#8063)
1 parent 653e424 commit 6ec7b5f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

18+
v125
19+
----
20+
21+
- Add a ReorderTypes pass (#7879).
1822
- C and JS APIs now assume RefFuncs are created after imported functions (non-
1923
imported functions can still be created later). This is necessary because
2024
imported function types can vary (due to Custom Descriptors), and we need to
21-
look up that type at RefFunc creation time.
25+
look up that type at RefFunc creation time. (#7993)
2226
- The --mod-asyncify-never-unwind and --mod-asyncify-always-and-only-unwind
2327
passed were deleted. They only existed to support the lazy code loading
2428
support in emscripten that was removed. (#7893)
@@ -28,6 +32,8 @@ Current Trunk
2832
call.without.effects (calls will no longer be assumed to be cheap enough to
2933
run unconditionally) or monomorphize (which inputs a cost factor as a
3034
number). (#8047)
35+
- Cross-module fuzzing: Add support generate and fuzz two linked files (#7947,
36+
#7949, etc.)
3137

3238
v124
3339
----

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.16.3)
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 124)
10+
project(binaryen LANGUAGES C CXX VERSION 125)
1111
include(GNUInstallDirs)
1212

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

0 commit comments

Comments
 (0)