Bug 247403
| Summary: | [Wasm-GC] Add support for anyref | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
| Component: | WebAssembly | Assignee: | 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, 253029 | ||
Asumu Takikawa
In the Wasm GC proposal, anyref is the top of the type hierarchy for new GC types. There are two separate hierarchies in addition for extern references and function references.
(it is possible to go between the anyref world and extern world via `extern.internalize` and `extern.externalize`)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102170114>
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/11540
EWS
Committed 261711@main (312a4496c008): <https://commits.webkit.org/261711@main>
Reviewed commits have been landed. Closing PR #11540 and removing active labels.
David Degazio
*** Bug 240982 has been marked as a duplicate of this bug. ***