[Webkit-unassigned] [Bug 149093] Implement calls to JavaScript functions in WebAssembly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 15 04:45:10 PDT 2015


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

--- Comment #5 from Sukolsak Sakshuwong <sukolsak at gmail.com> ---
Thanks for the comments. I have made the following changes:

- Use only data properties. This should not cause any user-observable effect.

- Pass ExecState* as a parameter. Since we use only data properties, we shouldn't have to use ExecState*. But this seems to require a lot of code changes and is probably not worth the effort as there are no details about how WASM imports work yet.

- The second argument to loadWebAssembly() is not required if the module doesn't import any value.

-- 
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/20150915/7b51c99a/attachment.html>


More information about the webkit-unassigned mailing list