Skip to content

Commit

Permalink
remove flags enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
petamoriken committed Apr 21, 2024
1 parent dd83543 commit 0d000be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/runtime/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,8 @@ fn v8_init(

let base_flags = concat!(
" --wasm-test-streaming",
" --harmony-import-assertions",
" --harmony-import-attributes",
" --no-validate-asm",
" --turbo_fast_api_calls",
" --harmony-array-from_async",
" --harmony-iterator-helpers",
" --harmony-temporal",
);
let snapshot_flags = "--predictable --random-seed=42";
Expand Down

0 comments on commit 0d000be

Please sign in to comment.