summaryrefslogtreecommitdiff
path: root/test/lit/binary/stacky-nn-tuple.test
Commit message (Collapse)AuthorAgeFilesLines
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-311-2/+2
| | | | | Now that the WasmGC spec has settled on a way of validating non-nullable locals, we no longer need this experimental feature that allowed nonstandard uses of non-nullable locals.
* [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.