summaryrefslogtreecommitdiff
path: root/test/lit/binary/legacy-static-casts.test.wasm
Commit message (Collapse)AuthorAgeFilesLines
* 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.