Bug 163807
Summary: | WebAssembly: add runtime flag | ||
---|---|---|---|
Product: | WebKit | Reporter: | JF Bastien <jfbastien> |
Component: | JavaScriptCore | Assignee: | JF Bastien <jfbastien> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | fpizlo, ggaren, jfbastien, keith_miller, mark.lam, msaboff, saam, ysuzuki |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 159775 |
JF Bastien
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |