[Webkit-unassigned] [Bug 228726] WebAssembly version of Google Earth fails to run on iPad Pro

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 5 11:19:06 PDT 2021


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

--- Comment #3 from Keith Miller <keith_miller at apple.com> ---
Thanks for the report Kenneth!

Is it possible/easy to create a copy of the site where the `ReadVarInt` function (or just a copy of it) is exported out of the wasm module to JS?

That should help us figure out which function it is in the module by tracking it backwards from the export name. It would also be interesting to know if LLVM is inlining that function anywhere, you can disable that by adding `__attribute__((__noinline__))` to the declaration of ReadVarInt.

-- 
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/20210805/48075da6/attachment.htm>


More information about the webkit-unassigned mailing list