Skip to content

Commit

Permalink
Enable fuzzing Winch + Fuel (#9518)
Browse files Browse the repository at this point in the history
This was implemented in #9472, so let's let the fuzzers have a go at it.
  • Loading branch information
alexcrichton authored Oct 29, 2024
1 parent 1d20778 commit b987499
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/fuzzing/src/generators/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ impl WasmtimeConfig {
self.signals_based_traps = true;
self.table_lazy_init = true;
self.epoch_interruption = false;
self.consume_fuel = false;
self.debug_info = false;
}

Expand Down

0 comments on commit b987499

Please sign in to comment.