diff options
author | Alon Zakai <azakai@google.com> | 2024-05-23 16:06:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 16:06:19 -0700 |
commit | 9b61eb3ab9c9f7d87140acf8a0c43c5b965773dc (patch) | |
tree | 32644530f45fedfff39676c5b8e04203f47a7c17 /test/spec | |
parent | 06cbe01f2774955ed3f23994b3ea1db58e43a4d8 (diff) | |
download | binaryen-9b61eb3ab9c9f7d87140acf8a0c43c5b965773dc.tar.gz binaryen-9b61eb3ab9c9f7d87140acf8a0c43c5b965773dc.tar.bz2 binaryen-9b61eb3ab9c9f7d87140acf8a0c43c5b965773dc.zip |
Fix fuzzer generation of a DataSegment + add validation that would have caught it (#6626)
The DataSegment was manually added to .dataSegments, but we need to add it
using addDataSegment so the maps are updated and getDataSegment(name)
works.
Also add validation that would have caught this earlier: check that each item in
the item lists can be fetched by name.
Diffstat (limited to 'test/spec')
0 files changed, 0 insertions, 0 deletions