RESOLVED FIXED Bug 251123
[WASM-Function-References] Extend tables with initializer expressions
https://bugs.webkit.org/show_bug.cgi?id=251123
Summary [WASM-Function-References] Extend tables with initializer expressions
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.