[Webkit-unassigned] [Bug 247399] New: [Wasm-GC] Implement cast operations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 2 18:17:52 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=247399
Bug ID: 247399
Summary: [Wasm-GC] Implement cast operations
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebAssembly
Assignee: webkit-unassigned at lists.webkit.org
Reporter: asumu at igalia.com
The Wasm GC proposal has several cast operations that need to be implemented: https://github.com/WebAssembly/gc/blob/main/proposals/gc/MVP.md#casts
Of these, `ref.test` and `ref.cast` in particular require us to add more type information to representations of datatypes such as functions, structs, and arrays to enable casting to concrete types.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221103/ff164b3b/attachment-0001.htm>
More information about the webkit-unassigned
mailing list