mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
feat(core): enable experimental-wasm-bigint (#6443)
This commit is contained in:
parent
d615f0ff82
commit
63db3e933e
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ pub unsafe fn v8_init() {
|
|||
"".to_string(),
|
||||
"--no-wasm-async-compilation".to_string(),
|
||||
"--harmony-top-level-await".to_string(),
|
||||
"--experimental-wasm-bigint".to_string(),
|
||||
];
|
||||
v8::V8::set_flags_from_command_line(argv);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue