Bug 251041 - [Wasm-GC] Implement basic support in tables for GC types
Summary: [Wasm-GC] Implement basic support in tables for GC types
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 247394
  Show dependency treegraph
 
Reported: 2023-01-23 14:18 PST by Asumu Takikawa
Modified: 2023-03-31 18:57 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.