[Webkit-unassigned] [Bug 222412] New: Add type method for WASM Global, Memory and Table JS API classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 25 04:28:12 PST 2021


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

            Bug ID: 222412
           Summary: Add type method for WASM Global, Memory and Table JS
                    API classes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jtallon at igalia.com

Supporting the type method on WebAssembly.Global, WebAssembly.Memory and WebAssembly.Table in the wasm JS-API would allow us to inspect the type of those objects as well as create new objects with the same type by passing the type return by the new type method to the constructor. This is outlined in https://github.com/WebAssembly/js-types/blob/master/proposals/js-types/Overview.md#extensions-to-api-functions

-- 
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/20210225/22325166/attachment.htm>


More information about the webkit-unassigned mailing list