summaryrefslogtreecommitdiff
path: root/test/lit/binary/stacky-nn-tuple.test.wasm
Commit message (Collapse)AuthorAgeFilesLines
* Fix stacky-nn-tuple.test.wasm (#5934)Thomas Lively2023-09-131-0/+0
| | | | | This file was updated when we switched to the standard GC opcodes, but the PR updating it did not include a fix to the encoding for nullable and non-nullable references, so this test was incorrect. Fix it.
* Use standard GC encodings by default (#5873)Thomas Lively2023-09-121-0/+0
| | | | The legacy encodings remain available for now by defining USE_LEGACY_GC_ENCODINGS at build time.
* [Wasm GC] Fix stacky non-nullable tuples (#4561)Alon Zakai2022-03-311-0/+0
#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.