summaryrefslogtreecommitdiff
path: root/core/core_isolate.rs
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2020-08-15 01:48:37 +0800
committerGitHub <noreply@github.com>2020-08-14 13:48:37 -0400
commit4b3a3d9d0f84df8997d466d009da9fffdfbdcbe1 (patch)
tree3b7ca0a8cf91fe50d7b12bfaaafa2db0a45bb50d /core/core_isolate.rs
parentac56512ba45714e7520019a2f8983434381c2d05 (diff)
Enable WebAssembly.instantiateStreaming (#7043)
Diffstat (limited to 'core/core_isolate.rs')
-rw-r--r--core/core_isolate.rs1
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(),