Bug 254695
Summary: | [Wasm-GC] Add nullexternref and nullfuncref 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 | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=258219 | ||
Bug Depends on: | |||
Bug Blocks: | 247394 |
Asumu Takikawa
Because the Wasm GC proposal has three separate reference hierarchies (extern, any, func) since https://github.com/WebAssembly/gc/issues/307 was resolved, and they each need a distinct bottom type.
JSC currently implements nullref which is the bottom type for the any hierarchy. The other two bottom types need to be added as well.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/107680093>
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/16442
EWS
Committed 266766@main (697f8d5c0fdd): <https://commits.webkit.org/266766@main>
Reviewed commits have been landed. Closing PR #16442 and removing active labels.
David Degazio
*** Bug 258219 has been marked as a duplicate of this bug. ***