From d844d2e77b402d562ade8cf8fd96759b587bf09d Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Wed, 29 May 2024 11:32:26 -0700 Subject: Remove obsolete parser code (#6607) Remove `SExpressionParser`, `SExpressionWasmBuilder`, and `cashew::Parser`. Simplify gen-s-parser.py. Remove the --new-wat-parser and --deprecated-wat-parser flags. --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d997e702..a3c72ffa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,9 +28,7 @@ Current Trunk the PassOptions. As a result `BinaryenModulePrintStackIR` and similar APIs do not receive an `optimize` flag, as they read the PassOption `optimizeStackIR` instead. - - The new, standards-compliant text parser is now the default. `wasm-opt` has a - `--deprecated-wat-parser` flag that will switch back to using the old text - parser, but that option will go away soon. + - The new, standards-compliant text parser is now the default. - Source map comments on `else` branches must now be placed above the instruction inside the `else` branch rather than on the `else` branch itself. - Source map locations from instructions are no longer automatically propagated -- cgit v1.2.3