File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,17 @@ full changeset diff at the end of each section.
1515Current 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
2130v121
2231----
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16.3)
77# to reduce this for compatability with emsdk.
88set (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 )
1111include (GNUInstallDirs)
1212
1313# The C++ standard whose features are required to build Binaryen.
You can’t perform that action at this time.
0 commit comments