[Webkit-unassigned] [Bug 260820] New: [Wasm-GC] call_indirect should take subtyping into account

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 28 14:17:21 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=260820

            Bug ID: 260820
           Summary: [Wasm-GC] call_indirect should take subtyping into
                    account
           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

Currently the call_indirect signature check only succeeds if the function indices are an exact match.

Since the GC proposal introduces subtyping, this should also succeed when the target index is a supertype of the actual function being called.

-- 
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/20230828/5b5221b2/attachment.htm>


More information about the webkit-unassigned mailing list