The Wasm GC proposal has several cast operations that need to be implemented: https://github.com/WebAssembly/gc/blob/main/proposals/gc/MVP.md#casts Of these, `ref.test` and `ref.cast` in particular require us to add more type information to representations of datatypes such as functions, structs, and arrays to enable casting to concrete types.
<rdar://problem/102168772>
Pull request: https://github.com/WebKit/WebKit/pull/9406
Committed 261445@main (0e2cbf8c3d8e): <https://commits.webkit.org/261445@main> Reviewed commits have been landed. Closing PR #9406 and removing active labels.