Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ full changeset diff at the end of each section.
Current Trunk
-------------

- Passes can now receive individual pass arguments, that is --foo=A --foo=B for
a pass foo will run the pass twice (which was possible before) and will now
run it first with argument A and second with B. --pass-arg=foo@BAR will now
apply to the most recent --foo pass on the commandline, if foo is a pass
(while global pass arguments - that are not the name of a pass - remain, as
before, global for all passes). (#6687)

v118
----

Expand All @@ -41,12 +48,6 @@ v118
- The build-time option to use legacy WasmGC opcodes is removed.
- The strings in `string.const` instructions must now be valid WTF-8.
- The `TraverseCalls` flag for `ExpressionRunner` is removed.
- Passes can now receive individual pass arguments, that is --foo=A --foo=B for
a pass foo will run the pass twice (which was possible before) and will now
run it first with argument A and second with B. --pass-arg=foo@BAR will now
apply to the most recent --foo pass on the commandline, if foo is a pass
(while global pass arguments - that are not the name of a pass - remain, as
before, global for all passes).

v117
----
Expand Down