Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

runtime and V8 flags

facekapow edited this page Oct 25, 2016 · 3 revisions

runtime.js reads configuration flags from the runtime.json file in the root package directory.

Supported keys

v8.flags (string) - flags string to pass to V8 JavaScript engine

Example

runtime.json

{
  "v8": {
    "flags": "--expose-wasm"
  }
}
Clone this wiki locally