There are a few spots where expansion of potentially recursive type definitions is missing in the Wasm GC validator and in the compiler. This shouldn't cause any crashes, but causes some programs to not validate and run (if they use `sub` and/or `rec` in types and use arrays/structs). Some tests also need to be added for these cases.
Pull request: https://github.com/WebKit/WebKit/pull/8600
Committed 259042@main (3304a1879844): <https://commits.webkit.org/259042@main> Reviewed commits have been landed. Closing PR #8600 and removing active labels.
<rdar://problem/104390727>