RESOLVED FIXED 251041
[Wasm-GC] Implement basic support in tables for GC types
https://bugs.webkit.org/show_bug.cgi?id=251041
Summary [Wasm-GC] Implement basic support in tables for GC types
Asumu Takikawa
Reported 2023-01-23 14:18:02 PST
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-01-30 14:18:18 PST
Asumu Takikawa
Comment 2 2023-03-29 14:28:57 PDT
EWS
Comment 3 2023-03-31 18:57:43 PDT
Committed 262459@main (dda771352e63): <https://commits.webkit.org/262459@main> Reviewed commits have been landed. Closing PR #12135 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.