Skip to content

Commit 9729846

Browse files
kripkenradekdoulik
authored andcommitted
Prepare to release Version 115 (WebAssembly#5924)
1 parent c475bf2 commit 9729846

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

CHANGELOG.md

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

18-
- Add a pass to reorder functions by name, which can be useful for debugging
19-
(e.g. comparisons after optimizations), `--reorder-functions-by-name`.
20-
- C API: Add BinaryenAddFunctionWithHeapType() which is like BinaryenAddFunction
21-
but takes a heap type. The old function is kept for backwards compatibility
22-
and as a convenience.
18+
v115
19+
----
20+
2321
- The nonstandard, experimental gc-nn-locals feature has been removed now that
24-
standard non-nullable locals are supported.
22+
standard non-nullable locals are supported. (#5080)
23+
- Print all debug annotations when `BINARYEN_PRINT_FULL`. (#5904)
24+
- Use the standard text format for WasmGC now that things are stable there.
25+
(#5894, #5889, #5852, #5801)
26+
- Rename multimemory flag to `--multimemory` to match its naming in LLVM.
27+
(#5890)
28+
- Allow opting into standard GC encodings at compile time. (#5868)
29+
- Remove legacy WasmGC instructions. (#5861)
30+
- GUFA: Infer using TrapsNeverHappen. (#5850)
31+
- Add a pass to reorder functions by name, which can be useful for debugging
32+
(e.g. comparisons after optimizations), `--reorder-functions-by-name`. (#5811)
33+
- C API: Add `BinaryenAddFunctionWithHeapType` which is like
34+
`BinaryenAddFunction` but takes a heap type. The old function is kept for
35+
backwards compatibility and as a convenience. (#5829)
36+
- Work on new optimization framework using lattices. (#5784, #5794, #5800,
37+
#5817, #5831, #5849)
2538
- Heap types are now final by default and openness must be opted into both in
26-
the text and binary formats as well as in the TypeBuilder API.
39+
the text and binary formats as well as in the TypeBuilder API. (#5918)
2740

2841
v114
2942
----

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

1313
INCLUDE(eng/functions.cmake)

0 commit comments

Comments
 (0)