Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add standard versions of WasmGC casts (#5331) | Thomas Lively | 2022-12-07 | 1 | -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. |