mirror of
https://github.com/denoland/deno.git
synced 2025-01-09 15:48:16 -05:00
chore: add flag to v8 (#9456)
This commit is contained in:
parent
d95666cae0
commit
b85ed4a6f0
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ pub unsafe fn v8_init() {
|
||||||
// See https://github.com/denoland/deno/issues/2544
|
// See https://github.com/denoland/deno/issues/2544
|
||||||
"--no-wasm-async-compilation".to_string(),
|
"--no-wasm-async-compilation".to_string(),
|
||||||
"--harmony-top-level-await".to_string(),
|
"--harmony-top-level-await".to_string(),
|
||||||
|
"--harmony-import-assertions".to_string(),
|
||||||
"--no-validate-asm".to_string(),
|
"--no-validate-asm".to_string(),
|
||||||
];
|
];
|
||||||
v8::V8::set_flags_from_command_line(argv);
|
v8::V8::set_flags_from_command_line(argv);
|
||||||
|
|
Loading…
Reference in a new issue