diff options
Diffstat (limited to 'core/runtime.rs')
-rw-r--r-- | core/runtime.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/runtime.rs b/core/runtime.rs index daefe4121..2026232ef 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -227,6 +227,7 @@ fn v8_init( " --wasm-test-streaming", " --harmony-import-assertions", " --no-validate-asm", + " --turbo_fast_api_calls", ); if predictable { |