From b40d5e5e0b44187737651d155d2e67fcc26f14e8 Mon Sep 17 00:00:00 2001 From: Anonymous <65428781+00ff0000red@users.noreply.github.com> Date: Thu, 7 Jan 2021 07:50:57 -0800 Subject: ignore "use asm" (#9019) Preventing V8 from logging erroneous line numbers. Use wasm. --- core/runtime.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'core/runtime.rs') 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); } -- cgit v1.2.3