[Webkit-unassigned] [Bug 147222] Implement WebAssembly modules

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 12:19:09 PDT 2015


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

--- Comment #3 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 257359
  --> https://bugs.webkit.org/attachment.cgi?id=257359
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=257359&action=review

> Source/JavaScriptCore/wasm/JSWASMModule.h:69
> +    WriteBarrier<JSArrayBuffer> m_arrayBuffer;

What is this m_arrayBuffer for?  Is it the buffer to hold the WASM source that we load?  If so, does it really need to be a JS property is accessible from JS code?

-- 
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/20150723/9e736943/attachment.html>


More information about the webkit-unassigned mailing list