Bug 254695 - [Wasm-GC] Add nullexternref and nullfuncref types
Summary: [Wasm-GC] Add nullexternref and nullfuncref 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-03-29 14:55 PDT by Asumu Takikawa
Modified: 2023-08-10 10:08 PDT (History)
1 user (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-03-29 14:55:17 PDT
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.
Comment 1 Radar WebKit Bug Importer 2023-04-05 14:56:17 PDT
<rdar://problem/107680093>
Comment 2 Asumu Takikawa 2023-08-07 09:59:01 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16442
Comment 3 EWS 2023-08-10 10:08:33 PDT
Committed 266766@main (697f8d5c0fdd): <https://commits.webkit.org/266766@main>

Reviewed commits have been landed. Closing PR #16442 and removing active labels.