summaryrefslogtreecommitdiff
path: root/core/runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/runtime.rs')
-rw-r--r--core/runtime.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/runtime.rs b/core/runtime.rs
index 7e8ac48fa..700d378b1 100644
--- a/core/runtime.rs
+++ b/core/runtime.rs
@@ -158,6 +158,7 @@ pub unsafe fn v8_init() {
"--wasm-test-streaming".to_string(),
"--no-wasm-async-compilation".to_string(),
"--harmony-top-level-await".to_string(),
+ "--no-validate-asm".to_string(),
];
v8::V8::set_flags_from_command_line(argv);
}