Bug 251123 - [WASM-Function-References] Extend tables with initializer expressions
Summary: [WASM-Function-References] Extend tables with initializer expressions
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: 247393
  Show dependency treegraph
 
Reported: 2023-01-24 16:02 PST by Asumu Takikawa
Modified: 2023-10-19 08:55 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-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.