Bug 171936 - WebAssembly: improve memory fuzzer
Summary: WebAssembly: improve memory fuzzer
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 169976
Blocks: 159775
  Show dependency treegraph
 
Reported: 2017-05-10 11:35 PDT by JF Bastien
Modified: 2017-05-10 11:35 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JF Bastien 2017-05-10 11:35:13 PDT
I added a memory fuzzer in https://bugs.webkit.org/show_bug.cgi?id=169976

It could be better:
  - add set() and shadow memory, this requires tracking when memory is shared
  - Support: empty, exported
  - Imported memory created through the JS API (both before and after instantiation, to cause recompilation)
  - recursive calls (randomly call other instance's exports, potentially exhausting stack)
  - Simplify code by allowing .Code().ExportFunction(...) in builder