Bug 240980 - [Wasm-GC] Introduce array types
Summary: [Wasm-GC] Introduce array types
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: 247394
  Show dependency treegraph
 
Reported: 2022-05-26 14:52 PDT by Asumu Takikawa
Modified: 2022-11-02 17:15 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.