summaryrefslogtreecommitdiff
path: root/test/lit/binary/legacy-static-casts.test.wasm
Commit message (Collapse)AuthorAgeFilesLines
* Support `ref.test null` (#5368)Thomas Lively2022-12-211-0/+0
| | | This new variant of ref.test returns 1 if the input is null.
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-0/+0
We previously supported only the non-standard cast instructions introduced when we were experimenting with nominal types. Parse the names and opcodes of their standard counterparts and switch to emitting the standard names and opcodes. Port all of the tests to use the standard instructions, but add additional tests showing that the non-standard versions are still parsed correctly.