Skip to content

Commit

Permalink
Update changlog before release [NFC] (WebAssembly#6356)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken authored and radekdoulik committed Jul 12, 2024
1 parent 7214094 commit 97b6607
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@ full changeset diff at the end of each section.

Current Trunk
-------------
- The `tuple.make` pseudoinstruction now requires an immediate giving its
arity. For example, to make a tuple of two elements, use `tuple.make 2`.

- Add a WebAssembly build to release (#6351)
- Add Linux aarch64 build to release (#6334).
- The text format for tuple instructions now requires immediates. For example,
to make a tuple of two elements, use `tuple.make 2` (#6169) (#6172) (#6170).
- The text format for `if` expressions now requires `then` and `else` to
introduce the two branch arms, matching the spec.
introduce the two branch arms, matching the spec (#6201).
- Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310).
- [EH] Add --experimental-new-eh option to wasm-opt (#6270) (#6210).
- Add StringLowering pass, from stringref to imported-strings (#6271).
- C API: Add BinaryenFunctionAppendVar (#6213).
- Add J2CL optimization pass (#6151).
- Add no-inline IR annotation, and passes to set it based on function name
(#6146).
- C API: Add BinaryenTableGetType and BinaryenTableSetType (#6137).
- Add an Unsubtyping optimization (#5982).
- Compute full transitive closure in GlobalEffects (#5992).
- Add passes to finalize or unfinalize types (#5944).
- Add a tuple optimization pass (#5937).

v116
----
Expand Down

0 comments on commit 97b6607

Please sign in to comment.