summaryrefslogtreecommitdiff
path: root/core/core_isolate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/core_isolate.rs')
-rw-r--r--core/core_isolate.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/core_isolate.rs b/core/core_isolate.rs
index dc22d821a..dce707c63 100644
--- a/core/core_isolate.rs
+++ b/core/core_isolate.rs
@@ -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);
}