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    

Asumu Takikawa
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-01-31 16:03:44 PST
Asumu Takikawa
Comment 2 2023-10-16 14:35:58 PDT
EWS
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.