diff options
author | Thomas Lively <tlively@google.com> | 2024-03-04 15:50:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 15:50:38 -0800 |
commit | 53f8d5f7bd32c8b47ee235033f3f913a8f3f2d09 (patch) | |
tree | 99644473dd8a8f2d787465c583ca19fc3c46ac1a /CHANGELOG.md | |
parent | e6cd45629860d43f9c8ab34c81c6b3b4455ec49d (diff) | |
download | binaryen-53f8d5f7bd32c8b47ee235033f3f913a8f3f2d09.tar.gz binaryen-53f8d5f7bd32c8b47ee235033f3f913a8f3f2d09.tar.bz2 binaryen-53f8d5f7bd32c8b47ee235033f3f913a8f3f2d09.zip |
[Parser] Support prologue and epilogue sourcemap annotations (#6370)
and fix a bug with sourcemap annotations on folded `if` conditions. Update
IRBuilder to apply prologue and epilogue source locations when beginning and ending
a function scope. Add basic support in the parser for explicitly tracking
annotations on module fields, although only do anything with them in the case of
prologue source location annotations.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a85bcacaf..fc03cf492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ full changeset diff at the end of each section. Current Trunk ------------- + - (If new wat parser is enabled) Source map comments on `else` branches must + now be placed above the instruction inside the `else` branch rather than on + the `else` branch itself. + v117 ---- |