Bug 147738 - Implement WebAssembly function parser
Summary: Implement WebAssembly function parser
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 147393
Blocks: 146064
  Show dependency treegraph
 
Reported: 2015-08-06 12:07 PDT by Sukolsak Sakshuwong
Modified: 2015-08-21 14:46 PDT (History)
10 users (show)

See Also:


Attachments
Patch (63.45 KB, patch)
2015-08-20 18:54 PDT, Sukolsak Sakshuwong
no flags Details | Formatted Diff | Diff
Patch (56.98 KB, patch)
2015-08-20 19:09 PDT, Sukolsak Sakshuwong
no flags Details | Formatted Diff | Diff
Patch (55.92 KB, patch)
2015-08-20 19:19 PDT, Sukolsak Sakshuwong
no flags Details | Formatted Diff | Diff
Make the patch even smaller (52.25 KB, patch)
2015-08-21 08:07 PDT, Sukolsak Sakshuwong
no flags Details | Formatted Diff | Diff
Fix CMakeLists.txt (52.21 KB, patch)
2015-08-21 08:25 PDT, Sukolsak Sakshuwong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sukolsak Sakshuwong 2015-08-06 12:07:11 PDT
Implement WebAssembly function parser for WebAssembly files produced by pack-asmjs <https://github.com/WebAssembly/polyfill-prototype-1>.
Comment 1 Sukolsak Sakshuwong 2015-08-20 18:54:27 PDT
Created attachment 259558 [details]
Patch
Comment 2 Sukolsak Sakshuwong 2015-08-20 19:09:43 PDT
Created attachment 259561 [details]
Patch
Comment 3 Sukolsak Sakshuwong 2015-08-20 19:19:13 PDT
Created attachment 259562 [details]
Patch
Comment 4 Sukolsak Sakshuwong 2015-08-21 08:07:57 PDT
Created attachment 259612 [details]
Make the patch even smaller
Comment 5 Sukolsak Sakshuwong 2015-08-21 08:25:11 PDT
Created attachment 259614 [details]
Fix CMakeLists.txt
Comment 6 WebKit Commit Bot 2015-08-21 14:46:33 PDT
Comment on attachment 259614 [details]
Fix CMakeLists.txt

Clearing flags on attachment: 259614

Committed r188778: <http://trac.webkit.org/changeset/188778>
Comment 7 WebKit Commit Bot 2015-08-21 14:46:37 PDT
All reviewed patches have been landed.  Closing bug.