Bug 245252 - [Wasm-GC] Implement initial array instructions
Summary: [Wasm-GC] Implement initial array instructions
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-09-15 15:55 PDT by Asumu Takikawa
Modified: 2022-11-02 17:15 PDT (History)
1 user (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-09-15 15:55:07 PDT
Recently https://github.com/WebKit/WebKit/pull/1128 added support for Wasm GC array type definitions.

This bug is for adding the initial set of array operations and data representation.
Comment 1 Asumu Takikawa 2022-09-20 18:51:41 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4555
Comment 2 Radar WebKit Bug Importer 2022-09-22 15:56:20 PDT
<rdar://problem/100298547>
Comment 3 EWS 2022-09-28 16:01:36 PDT
Committed 254975@main (4d1b74685bcc): <https://commits.webkit.org/254975@main>

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