Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,17 @@ Current Trunk
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)
- Add C and JS APIs to control more pass options (trapsNeverHappen,
closedWorld, generateStackIR, optimizeStackIR, and the list of skipped
passes). (#6713)
- A C APIs for getting/setting the type of Functions (#6721).
- Allow using `--skip-pass` on the commandline multiple times (#6714).

v118
----

- StackIR is now handled entirely during binary writing. This is mostly not
noticeable, except that:
- StackIR is now handled entirely during binary writing (#6568). This is
mostly not noticeable, except that:
- Text output no longer notes `(; has Stack IR ;)` (as Stack IR only exists
during binary writing).
- `--generate-stack-ir`, `--optimize-stack-ir`, and `--print-stack-ir` are
Expand All @@ -44,10 +49,15 @@ v118
- Source map locations from instructions are no longer automatically propagated
to function epilogues.
- Add a new `BinaryenModuleReadWithFeatures` function to the C API that allows
to configure which features to enable in the parser.
- The build-time option to use legacy WasmGC opcodes is removed.
to configure which features to enable in the parser. (#6380)
- The build-time option to use legacy WasmGC opcodes is removed. (#5874)
- The strings in `string.const` instructions must now be valid WTF-8.
- The `TraverseCalls` flag for `ExpressionRunner` is removed.
- C API: Support adding data segments individually (#6346)
- Add sourcemap support to wasm-metadce and wasm-merge (#6372).
- Fix semantics of return calls (#6448, #6451, #6464, #6470, #6474).
- Add table64 lowering pass (#6595).
- Add TraceCalls instrumentation pass (#6619).

v117
----
Expand Down