Bug 265677 - [Wasm-GC] Fix array.new_data & array.new_elem for recursive array types
Summary: [Wasm-GC] Fix array.new_data & array.new_elem for recursive 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: 2023-12-01 09:09 PST by Asumu Takikawa
Modified: 2023-12-01 22:33 PST (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 2023-12-01 09:09:25 PST
The array.new_data & new_elem operations don't currently expand recursive type definitions when checking the array type for compatibility, so recursive types don't work.
Comment 1 Asumu Takikawa 2023-12-01 15:47:05 PST
Pull request: https://github.com/WebKit/WebKit/pull/21190
Comment 2 EWS 2023-12-01 22:32:43 PST
Committed 271421@main (992f87e27f7f): <https://commits.webkit.org/271421@main>

Reviewed commits have been landed. Closing PR #21190 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-12-01 22:33:14 PST
<rdar://problem/119064569>