@@ -14,10 +14,25 @@ full changeset diff at the end of each section.
1414
1515Current Trunk
1616-------------
17- - The ` tuple.make ` pseudoinstruction now requires an immediate giving its
18- arity. For example, to make a tuple of two elements, use ` tuple.make 2 ` .
17+
18+ - Add a WebAssembly build to release (#6351 )
19+ - Add Linux aarch64 build to release (#6334 ).
20+ - The text format for tuple instructions now requires immediates. For example,
21+ to make a tuple of two elements, use ` tuple.make 2 ` (#6169 ) (#6172 ) (#6170 ).
1922 - The text format for ` if ` expressions now requires ` then ` and ` else ` to
20- introduce the two branch arms, matching the spec.
23+ introduce the two branch arms, matching the spec (#6201 ).
24+ - Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310 ).
25+ - [ EH] Add --experimental-new-eh option to wasm-opt (#6270 ) (#6210 ).
26+ - Add StringLowering pass, from stringref to imported-strings (#6271 ).
27+ - C API: Add BinaryenFunctionAppendVar (#6213 ).
28+ - Add J2CL optimization pass (#6151 ).
29+ - Add no-inline IR annotation, and passes to set it based on function name
30+ (#6146 ).
31+ - C API: Add BinaryenTableGetType and BinaryenTableSetType (#6137 ).
32+ - Add an Unsubtyping optimization (#5982 ).
33+ - Compute full transitive closure in GlobalEffects (#5992 ).
34+ - Add passes to finalize or unfinalize types (#5944 ).
35+ - Add a tuple optimization pass (#5937 ).
2136
2237v116
2338----
0 commit comments