Bug 265677
| Summary: | [Wasm-GC] Fix array.new_data & array.new_elem for recursive array types | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
| Component: | WebAssembly | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bashorov, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 247394 | ||
Asumu Takikawa
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/21190
EWS
Committed 271421@main (992f87e27f7f): <https://commits.webkit.org/271421@main>
Reviewed commits have been landed. Closing PR #21190 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/119064569>