diff options
Diffstat (limited to 'core/core_isolate.rs')
-rw-r--r-- | core/core_isolate.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/core_isolate.rs b/core/core_isolate.rs index 199bbd832..dc523c982 100644 --- a/core/core_isolate.rs +++ b/core/core_isolate.rs @@ -175,6 +175,7 @@ pub unsafe fn v8_init() { // See https://github.com/denoland/deno/issues/2544 let argv = vec![ "".to_string(), + "--wasm-test-streaming".to_string(), "--no-wasm-async-compilation".to_string(), "--harmony-top-level-await".to_string(), "--experimental-wasm-bigint".to_string(), |