[Webkit-unassigned] [Bug 202433] REGRESSION (Safari 13): Accessing WebAssembly.Module creates a global Module function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 2 07:57:03 PDT 2019


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

Keith Miller <keith_miller at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #7 from Keith Miller <keith_miller at apple.com> ---
(In reply to William Furr from comment #6)
> 
> My test app does have a "var Module = { ...etc... }" as the third line of
> script, before the Emscripten script file that uses WebAssembly.Module is
> even loaded.  I still end up with "Module" as an alias for
> "WebAssembly.Module" by the end.  I'm not sure why.

Do you have an example? IIRC, global variables should always shadow a global property.

Looking at https://canvas.apps.chrome, I don't see a `var Module` in the source on Mac anyway.

*** This bug has been marked as a duplicate of bug 201484 ***

-- 
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/20191002/ee4afa9c/attachment.html>


More information about the webkit-unassigned mailing list