diff options
author | Sam Clegg <sbc@chromium.org> | 2023-02-28 16:30:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 16:30:42 -0800 |
commit | 86d025bff8cac969b3f3e69f2b2a2b00116b496c (patch) | |
tree | 69b1386268c83dcaef6d971e9521c1395deef6d1 /.github | |
parent | 297e6593288ff8b3db1bfc94ee59cb9b42d962ef (diff) | |
download | wabt-86d025bff8cac969b3f3e69f2b2a2b00116b496c.tar.gz wabt-86d025bff8cac969b3f3e69f2b2a2b00116b496c.tar.bz2 wabt-86d025bff8cac969b3f3e69f2b2a2b00116b496c.zip |
Always do a full roundtrip in run-roundtrip.py (#1661)
Even when the result is to be printed rather than compared byte for byte
with the first version its still good to process the resulting wat
output file so that we know we can parse what we generate.
Case in point, this changed caused me to fix two latent bugs:
1. We were not correctly parsing events with inline import/export.
2. We were output element segment names even when bulk memory
was not enabled (See #1651)
The fix for (2) is a little more involved that we might like since for
the first time the wat writer needs to know what features are enabled.
Fixes: #1651
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions