Bug 240980
Summary: | [Wasm-GC] Introduce array types | ||
---|---|---|---|
Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
Component: | WebAssembly | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bashorov, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 247394 |
Asumu Takikawa
Analagous to https://bugs.webkit.org/show_bug.cgi?id=237029 which introduced struct types, Wasm GC support also needs support for array type definitions (https://github.com/WebAssembly/gc/blob/main/proposals/gc/MVP.md#type-definitions).
Array representation and operations (allocation, access, etc) will come in later patches.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/1128
Radar WebKit Bug Importer
<rdar://problem/94312389>
EWS
Committed 254455@main (fa3d441596d4): <https://commits.webkit.org/254455@main>
Reviewed commits have been landed. Closing PR #1128 and removing active labels.