[Webkit-unassigned] [Bug 181373] [GTK] webkitgtk-2.18.4 build error on 32-bit OS with WEBASSEMBLY=ON

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 7 14:38:12 PST 2018


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mcatanzaro at igalia.com
         Resolution|---                         |WONTFIX
            Summary|webkitgtk-2.18.4 build      |[GTK] webkitgtk-2.18.4
                   |error on 32-bit OS with     |build error on 32-bit OS
                   |WEBASSEMBLY=ON              |with WEBASSEMBLY=ON

--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Did you manually turn on ENABLE_WEBASSEMBLY? That should turned off on 32-bit, and we do have code in WebKitFeatures.cmake to ensure that it's only turned on for x86_64 and aarch64. If you did not manually turn it on, then we have a bug in our build system and need to figure out why that happened, but I suspect you manually turned it on. The hidden options (CMake advanced options) are not supported and likely to result in build failures.

The WebAssembly implementation does rely on a 64-bit processor, so it simply won't work on 32-bit... sorry. Same for the FTL JIT tier, which it depends on.

-- 
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/20180107/77750806/attachment-0001.html>


More information about the webkit-unassigned mailing list