Skip to content

Commit 690576c

Browse files
authored
Version 120 (#7033)
1 parent d407cda commit 690576c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,19 @@ full changeset diff at the end of each section.
1515
Current Trunk
1616
-------------
1717

18+
v120
19+
----
20+
21+
- Remove closed world validation checks. These checks were causing more harm
22+
than good. All valid code will now validate with `--closed-world` (but also
23+
it now provides fewer warnings to users that enable closed world on code
24+
which does not conform to the requirements of that mode, which can lead to
25+
changes in runtime behavior; for the long-term plans, see #6965). (#7019)
1826
- Many compile time speedups were implemented (2x overall improvement), see
1927
https://github.com/WebAssembly/binaryen/issues/4165#issuecomment-2372548271
28+
- Several `exnref` (newest version of Wasm EH) optimizations: #7013, #6996,
29+
#6997, #6983, #6980
30+
- Source Maps: Support 5 segment mappings. (#6795)
2031
- [wasm-split] Add a multi-split mode. (#6943)
2132
- Add a `--preserve-type-order` option that minimizes text format changes in
2233
type ordering. (#6916)

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

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

0 commit comments

Comments
 (0)