Bug 249197 - [Wasm-GC] Add struct.new_canon_default
Summary: [Wasm-GC] Add struct.new_canon_default
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-12-12 18:28 PST by Asumu Takikawa
Modified: 2023-01-09 15:16 PST (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-12-12 18:28:47 PST
Currently most Wasm GC struct instructions are implemented, except for packed struct operations (get_s, get_u) and the `struct.new_canon_default` instruction that initializes fields with default values.

This bug is for adding `struct.new_canon_default`.
Comment 1 Asumu Takikawa 2022-12-14 13:23:03 PST
Pull request: https://github.com/WebKit/WebKit/pull/7634
Comment 2 Radar WebKit Bug Importer 2022-12-19 18:29:16 PST
<rdar://problem/103539781>
Comment 3 EWS 2023-01-09 15:16:41 PST
Committed 258689@main (f24380d9972c): <https://commits.webkit.org/258689@main>

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