From ec1fce58d93de61462ddf0c9e9c58e6e844d2230 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Tue, 13 Apr 2021 18:20:05 +0800 Subject: fix(core): remove wasm-test-streaming flag (#10158) --- core/runtime.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'core/runtime.rs') diff --git a/core/runtime.rs b/core/runtime.rs index e974bdbb2..1f87fef9a 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -156,7 +156,6 @@ fn v8_init(v8_platform: Option>) { v8::V8::initialize(); let flags = concat!( - "--wasm-test-streaming", // TODO(ry) This makes WASM compile synchronously. Eventually we should // remove this to make it work asynchronously too. But that requires getting // PumpMessageLoop and RunMicrotasks setup correctly. -- cgit v1.2.3