[Webkit-unassigned] [Bug 149033] Convert arguments to WebAssembly functions to the declared types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 17:09:20 PDT 2015


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

--- Comment #5 from Sukolsak Sakshuwong <sukolsak at gmail.com> ---
Thanks for the review!

(In reply to comment #2)
> Comment on attachment 260915 [details]
> Patch
> 
> r=me
> 
> Can we avoid these conversions if we know that we have a WASM caller?

Yes, that's one of the optimizations I plan to do. Maybe exported WASM functions should have two entry points?

> Why is the test case skipped?

Because WebAssembly is not enabled by default, so loadWebAssembly() is not defined by default. I will create a patch that removes the "@skip" and uses "if (loadWebAssembly !== undefined) { ... }"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150911/dd72f862/attachment.html>


More information about the webkit-unassigned mailing list