Bug 254694
Summary: | [Wasm-GC] Implement br_on_cast and br_on_cast_fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
Component: | WebAssembly | Assignee: | 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 |
Asumu Takikawa
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/)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/107679687>
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/21526
EWS
Committed 271810@main (92e8b1300f34): <https://commits.webkit.org/271810@main>
Reviewed commits have been landed. Closing PR #21526 and removing active labels.