summaryrefslogtreecommitdiff
path: root/test/lit/binary/stacky-nn-tuple.test
Commit message (Collapse)AuthorAgeFilesLines
* [Wasm GC] Fix stacky non-nullable tuples (#4561)Alon Zakai2022-03-311-0/+112
#4555 fixed validation for such tuples, but we also did not handle them in "stacky" code using pops etc., due to a logic bug in the binary reading code.