summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2024-07-17 10:08:48 -0700
committerGitHub <noreply@github.com>2024-07-17 10:08:48 -0700
commit9cee7d0c886fac271674ab495b3c15134719abdc (patch)
tree7e4bb86def4e661d4fab00300a5262fad597b032 /CHANGELOG.md
parent55d888acac2e78f110e298e2502517db1523a67e (diff)
downloadbinaryen-9cee7d0c886fac271674ab495b3c15134719abdc.tar.gz
binaryen-9cee7d0c886fac271674ab495b3c15134719abdc.tar.bz2
binaryen-9cee7d0c886fac271674ab495b3c15134719abdc.zip
[NFC] Add changelog entries for the last release and since (#6755)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 14 insertions, 4 deletions
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
----