From 9cee7d0c886fac271674ab495b3c15134719abdc Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 17 Jul 2024 10:08:48 -0700 Subject: [NFC] Add changelog entries for the last release and since (#6755) --- CHANGELOG.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d37e89e3..d7e301ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 ---- -- cgit v1.2.3