Skip to content

Commit

Permalink
Version 120 (#7033)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken authored Oct 25, 2024
1 parent d407cda commit 690576c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,19 @@ full changeset diff at the end of each section.
Current Trunk
-------------

v120
----

- Remove closed world validation checks. These checks were causing more harm
than good. All valid code will now validate with `--closed-world` (but also
it now provides fewer warnings to users that enable closed world on code
which does not conform to the requirements of that mode, which can lead to
changes in runtime behavior; for the long-term plans, see #6965). (#7019)
- Many compile time speedups were implemented (2x overall improvement), see
https://github.com/WebAssembly/binaryen/issues/4165#issuecomment-2372548271
- Several `exnref` (newest version of Wasm EH) optimizations: #7013, #6996,
#6997, #6983, #6980
- Source Maps: Support 5 segment mappings. (#6795)
- [wasm-split] Add a multi-split mode. (#6943)
- Add a `--preserve-type-order` option that minimizes text format changes in
type ordering. (#6916)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
# to reduce this for compatability with emsdk.
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version")

project(binaryen LANGUAGES C CXX VERSION 119)
project(binaryen LANGUAGES C CXX VERSION 120)
include(GNUInstallDirs)

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

0 comments on commit 690576c

Please sign in to comment.