[Webkit-unassigned] [Bug 181440] New: WebAssembly exported host functions should be reused if present in imports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 9 10:01:04 PST 2018


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

            Bug ID: 181440
           Summary: WebAssembly exported host functions should be reused
                    if present in imports
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebAssembly
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: littledan at chromium.org

According to the WebAssembly JS API specification, if a WebAssembly function is imported and then exported again, the same function object should be exported. This property doesn't seem to hold when I run the test [1] against JSC for host functions--although the function is supposed to be wrapped as a WebAssembly function once, if it is then imported and exported a second time, the same function value should result.

[1] https://github.com/WebAssembly/spec/pull/644

-- 
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/20180109/6ed34a6f/attachment-0001.html>


More information about the webkit-unassigned mailing list