[Webkit-unassigned] [Bug 147293] Implement WebAssembly module parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 31 00:25:19 PDT 2015


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

--- Comment #28 from Saam Barati <saambarati1 at gmail.com> ---
Comment on attachment 257894
  --> https://bugs.webkit.org/attachment.cgi?id=257894
Patch

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

> Source/JavaScriptCore/wasm/WASMReader.cpp:38
> +    result = m_cursor[0] | m_cursor[1] << 8 | m_cursor[2] << 16 | m_cursor[3] << 24;

Out of curiosity, why does byte order not matter here but matter below?
Also, does WASM follow network byte order?

-- 
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/20150731/ea8aa5d8/attachment-0001.html>


More information about the webkit-unassigned mailing list