[Webkit-unassigned] [Bug 157313] Implement the Wasm object in WebAssembly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 07:27:03 PDT 2016


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

--- Comment #3 from Xan Lopez <xan.lopez at gmail.com> ---
Created attachment 279769
  --> https://bugs.webkit.org/attachment.cgi?id=279769&action=review
First WIP patch for WASM Module Parser

First WIP patch of the module parser.

The spec has changed quite a bit since the last updates to our code. Relevant comments:

- I have modified the wasm-module.js test file from Gecko, since I could not find a polyfill-like prototype that could output the latest version of the wasm binary format (?).

- Most of the changes are easily done continuining the previous structure of the code. Most relevant thing is that I'm doing some backtracking in case I fail to read the section that should come next. This could be done without backtracking at all, but it seemed simple enough to do it like this for a first test.

Uploading just the first reworked section parsing for comments, but all the others could be done in a similar way.

-- 
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/20160525/15fc3779/attachment.html>


More information about the webkit-unassigned mailing list