Bug 251037 - [WASM-Function-References] Add ref.as_non_null instruction
Summary: [WASM-Function-References] Add ref.as_non_null instruction
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: 247393
  Show dependency treegraph
 
Reported: 2023-01-23 14:11 PST by Asumu Takikawa
Modified: 2023-01-26 05:23 PST (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-01-23 14:11:02 PST
The typed function references proposal adds a `ref.as_non_null` instruction: https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md#optional-references

It is currently unimplemented in JSC.
Comment 1 Asumu Takikawa 2023-01-23 15:20:52 PST
Pull request: https://github.com/WebKit/WebKit/pull/8997
Comment 2 EWS 2023-01-26 05:22:19 PST
Committed 259420@main (cdfc2fb66572): <https://commits.webkit.org/259420@main>

Reviewed commits have been landed. Closing PR #8997 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-01-26 05:23:18 PST
<rdar://problem/104691080>