Bug 240980

Summary: [Wasm-GC] Introduce array types
Product: WebKit Reporter: Asumu Takikawa <asumu>
Component: WebAssemblyAssignee: 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    

Description Asumu Takikawa 2022-05-26 14:52:31 PDT
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.
Comment 1 Asumu Takikawa 2022-05-27 16:16:24 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1128
Comment 2 Radar WebKit Bug Importer 2022-06-02 14:53:12 PDT
<rdar://problem/94312389>
Comment 3 EWS 2022-09-13 13:57:46 PDT
Committed 254455@main (fa3d441596d4): <https://commits.webkit.org/254455@main>

Reviewed commits have been landed. Closing PR #1128 and removing active labels.