Bug 254694

Summary: [Wasm-GC] Implement br_on_cast and br_on_cast_fail
Product: WebKit Reporter: Asumu Takikawa <asumu>
Component: WebAssemblyAssignee: 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    

Description Asumu Takikawa 2023-03-29 14:46:56 PDT
Currently JSC implements the cast operations ref.cast and ref.test, but does not implement the control versions br_on_cast and br_on_cast_fail.

Note: the validation for these instructions is going to change slightly in the near future I believe (https://github.com/WebAssembly/gc/pull/359/)
Comment 1 Radar WebKit Bug Importer 2023-04-05 14:47:21 PDT
<rdar://problem/107679687>
Comment 2 Asumu Takikawa 2023-12-08 12:59:22 PST
Pull request: https://github.com/WebKit/WebKit/pull/21526
Comment 3 EWS 2023-12-09 11:47:25 PST
Committed 271810@main (92e8b1300f34): <https://commits.webkit.org/271810@main>

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