Bug 251041

Summary: [Wasm-GC] Implement basic support in tables for GC types
Product: WebKit Reporter: Asumu Takikawa <asumu>
Component: WebAssemblyAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 247394    

Description Asumu Takikawa 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.
Comment 1 Radar WebKit Bug Importer 2023-01-30 14:18:18 PST
<rdar://problem/104836964>
Comment 2 Asumu Takikawa 2023-03-29 14:28:57 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12135
Comment 3 EWS 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.