Bug 251123
Summary: | [WASM-Function-References] Extend tables with initializer expressions | ||
---|---|---|---|
Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
Component: | WebAssembly | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/104890160>
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/19133
EWS
Committed 269527@main (42927fcd77ea): <https://commits.webkit.org/269527@main>
Reviewed commits have been landed. Closing PR #19133 and removing active labels.