Skip to content

Commit

Permalink
fuzzing: Enable reference types by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jul 6, 2020
1 parent 80ff22f commit 9b56203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/fuzzing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pub(crate) fn fuzz_default_config(
config
.cranelift_nan_canonicalization(true)
.wasm_bulk_memory(true)
.wasm_reference_types(true)
.strategy(strategy)?;
Ok(config)
}

0 comments on commit 9b56203

Please sign in to comment.