Bug 251123

Summary: [WASM-Function-References] Extend tables with initializer expressions
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: 247393    

Description Asumu Takikawa 2023-01-24 16:02:36 PST
The typed function references proposal allows table to be explicitly initialized, so that they may have non-defaultable element types: https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md#tables-1

This bug is for implementing that in JSC's table support, which currently do not allow non-defaultable types.
Comment 1 Radar WebKit Bug Importer 2023-01-31 16:03:44 PST
<rdar://problem/104890160>
Comment 2 Asumu Takikawa 2023-10-16 14:35:58 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19133
Comment 3 EWS 2023-10-19 08:55:29 PDT
Committed 269527@main (42927fcd77ea): <https://commits.webkit.org/269527@main>

Reviewed commits have been landed. Closing PR #19133 and removing active labels.