Skip to content

Commit 36c10d4

Browse files
authored
Release version 122 (WebAssembly#7248)
1 parent 7353da7 commit 36c10d4

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

18-
- `struct.atomic.get`/`struct.atomic.set` now require the threads feature,
19-
`--enable-threads`. (#7185)
18+
v122
19+
----
20+
21+
- The heap type associated with a tag is now preserved through optimization.
22+
(#7220)
23+
- The "typed-continuations" features is renamed "stack-switching" and the
24+
latest instructions are experimentally supported. (#7041)
25+
- WasmGC branches that send extra values can now be parsed via lowering to use
26+
scratch locals. (#7202)
27+
- Add experimental support for atomic struct get and set (#7155) and RMW
28+
(#7225) operations.
2029

2130
v121
2231
----

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

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

0 commit comments

Comments
 (0)