From 4b3a3d9d0f84df8997d466d009da9fffdfbdcbe1 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sat, 15 Aug 2020 01:48:37 +0800 Subject: Enable WebAssembly.instantiateStreaming (#7043) --- core/core_isolate.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'core/core_isolate.rs') 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(), -- cgit v1.2.3