Bug 264650

Summary: [WASM-Function-References] Implement return_call_ref
Product: WebKit Reporter: Asumu Takikawa <asumu>
Component: WebAssemblyAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: justin_michaud, keith_miller, mark.lam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 265262    
Bug Blocks: 247393    

Description Asumu Takikawa 2023-11-10 18:25:05 PST
With both tail calls and typed funcrefs enabled, `return_call_ref` should be an available instruction.
Comment 1 Radar WebKit Bug Importer 2023-11-17 18:26:22 PST
<rdar://problem/118588673>
Comment 2 Asumu Takikawa 2023-11-22 15:48:00 PST
Pull request: https://github.com/WebKit/WebKit/pull/20838