ASSIGNED Bug 162706
Test WebAssembly
https://bugs.webkit.org/show_bug.cgi?id=162706
Summary Test WebAssembly
JF Bastien
Reported 2016-09-28 17:13:19 PDT
WebAssembly is a binary format, and that makes it annoying to test. Binary files are super opaque, changing them is painful, and creating new ones that do exactly what we want isn't always easy when trying to hit interesting corner cases in the spec. It would be nicer to have textual support for WebAssembly testing.
Attachments
JSON schema for the binary format, based on 0xC (16.98 KB, application/json)
2016-09-28 17:14 PDT, JF Bastien
no flags
JSON schema for the binary format, based on 0xC (21.50 KB, application/json)
2016-09-28 17:52 PDT, JF Bastien
no flags
JF Bastien
Comment 1 2016-09-28 17:14:03 PDT
Created attachment 290147 [details] JSON schema for the binary format, based on 0xC
JF Bastien
Comment 2 2016-09-28 17:52:22 PDT
Created attachment 290154 [details] JSON schema for the binary format, based on 0xC Add categories as discussed with Keith. It'll make this file more useful, e.g. it can replace WASMOps.h. I'll add return and parameter information later.
JF Bastien
Comment 3 2016-10-03 15:54:44 PDT
Comment on attachment 290154 [details] JSON schema for the binary format, based on 0xC JSON file committed in https://bugs.webkit.org/show_bug.cgi?id=162870
Note You need to log in before you can comment on or make changes to this bug.