Skip to content

Commit

Permalink
chore(core): remove experimental wasm bigint flag (#7790)
Browse files Browse the repository at this point in the history
This removes the experimental bigint flag as it is enabled by default
now and is no longer necessary.
  • Loading branch information
caspervonb authored Oct 2, 2020
1 parent d96e722 commit 454de99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ pub unsafe fn v8_init() {
"--wasm-test-streaming".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);
}
Expand Down

0 comments on commit 454de99

Please sign in to comment.