Bug 249197

Summary: [Wasm-GC] Add struct.new_canon_default
Product: WebKit Reporter: Asumu Takikawa <asumu>
Component: WebAssemblyAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: 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-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.