diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2022-08-03 09:20:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 09:20:30 -0700 |
commit | 609d378038b196468fed5cb4ae68b67743dfe63f (patch) | |
tree | 0c3f46db0ad8eae4a67ab5d13913d06bab7efe5c /CHANGELOG.md | |
parent | 3d3350d789d909445c8d8d03545c50bc0ae416ef (diff) | |
download | binaryen-609d378038b196468fed5cb4ae68b67743dfe63f.tar.gz binaryen-609d378038b196468fed5cb4ae68b67743dfe63f.tar.bz2 binaryen-609d378038b196468fed5cb4ae68b67743dfe63f.zip |
Remove support for parsing `let` (#4864)
It has been removed from the typed function references proposal, so we no longer
need to support it. Maintaining the test for `let` was difficult because
Binaryen could not emit either text or binary that actually used it.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1728b4dac..608d1359f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ Current Trunk - `BinaryenModulePrintStackIR`, `BinaryenModuleWriteStackIR` and `BinaryenModuleAllocateAndWriteStackIR` now have an extra boolean argument `optimize`. (#4832) +- Remove support for the `let` instruction that has been removed from the typed + function references spec. v109 ---- |