V8 and Chrome flags to enable experimental WebAssembly features |
||
Issue descriptionFor JavaScript features we have the following way to enable experimental/staged features: V8: --harmony --es-staging Chrome: chrome://flags/#enable-javascript-harmony This enables web developers, partners and standard bodies to experience soon-to-be-shipped JavaScript features before we can actually ship them. We should create a similar machinery for WebAssembly language features. WebAssembly features that implement a spec proposal are allowed to be staged behind. Pure backend changes that do not alter the Web Platform's API surface still should use --future instead. Let's introduce the following flags: V8: --webassembly-language-staging Chrome: chrome://flags/#webassembly-language-staging (Enabled/Disabled[Default])
,
Jun 11 2018
,
Jun 11 2018
The fuzzers generally set the staging flags. Only --future is added as experiment. We can do either/or for the new flag. |
||
►
Sign in to add a comment |
||
Comment 1 by hablich@chromium.org
, Jun 11 2018