Bug 163807 - WebAssembly: add runtime flag
Summary: WebAssembly: add runtime flag
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: JF Bastien
URL:
Keywords:
Depends on:
Blocks: 159775
  Show dependency treegraph
 
Reported: 2016-10-21 13:23 PDT by JF Bastien
Modified: 2017-03-22 03:10 PDT (History)
8 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 2016-10-21 13:23:15 PDT
Once our implementation is usable we should add a runtime flag similar to: https://bugs.webkit.org/show_bug.cgi?id=163801

We already have JSC option --useWebAssembly=1 but the runtime flag would make it usable from the browser UI.

We also need to make sure that what we implement is compatible with what tools emit. Realistically that'll be 0xD binary version.