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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 12:58:17 PDT 2015


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

--- Comment #9 from Geoffrey Garen <ggaren at apple.com> ---
> > > Source/JavaScriptCore/wasm/WASMFormat.h:33
> > > +static const uint32_t wasmMagicNumber = 0x6d736177;
> > 
> > This file should be named WASMMagicNumber.h.
> 
> This file will have more constants and enums that define the WASM file
> format. It will be very similar to
> <https://github.com/WebAssembly/polyfill-prototype-1/blob/master/src/shared.
> h> Should I rename it to WASMMagicNumber.h for now? Or maybe WASMConstants.h?

Which constants and enums do you plan to add?

-- 
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/20150728/499a460f/attachment.html>


More information about the webkit-unassigned mailing list