diff --git a/core/runtime.rs b/core/runtime.rs index c9ecca9aa6..1b67550b76 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -158,6 +158,7 @@ pub unsafe fn v8_init() { // See https://github.com/denoland/deno/issues/2544 "--no-wasm-async-compilation".to_string(), "--harmony-top-level-await".to_string(), + "--harmony-import-assertions".to_string(), "--no-validate-asm".to_string(), ]; v8::V8::set_flags_from_command_line(argv);