diff options
Diffstat (limited to 'core/runtime.rs')
-rw-r--r-- | core/runtime.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/runtime.rs b/core/runtime.rs index 376e0beb4..e85b7296a 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -197,14 +197,10 @@ fn v8_init( v8::icu::set_common_data_71(&ICU_DATA.0).unwrap(); let flags = concat!( - " --experimental-wasm-threads", " --wasm-test-streaming", " --harmony-import-assertions", " --no-validate-asm", " --turbo_fast_api_calls", - // This flag prevents "unresolved external reference" panic during - // build, which started happening in V8 10.6 - " --noexperimental-async-stack-tagging-api", " --harmony-change-array-by-copy", ); |