Currently GC types (or even typed function references in general) cannot be stored in Wasm tables in JSC, as the parser rejects non-funcref or externref ref types. This bug is for adding at least basic support, so that these types are parsed and allowed for tables.
<rdar://problem/104836964>
Pull request: https://github.com/WebKit/WebKit/pull/12135
Committed 262459@main (dda771352e63): <https://commits.webkit.org/262459@main> Reviewed commits have been landed. Closing PR #12135 and removing active labels.