Skip to content

Commit

Permalink
Fuzz the tail call proposal on OSS-Fuzz (bytecodealliance#8591)
Browse files Browse the repository at this point in the history
This was disabled historically before it was fully implemented, but
Wasmtime now fully implements it, so enable it for fuzzing.
  • Loading branch information
alexcrichton authored May 10, 2024
1 parent 330eb20 commit bc081b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/fuzzing/src/generators/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,6 @@ impl<'a> Arbitrary<'a> for Config {
config.disable_unimplemented_winch_proposals();
}

// This is pulled from `u` by default via `wasm-smith`, but Wasmtime
// doesn't implement this yet, so forcibly always disable it.
config.module_config.config.tail_call_enabled = false;

// Wasm-smith implements the most up-to-date version of memory64 where
// it supports 64-bit tables as well, but Wasmtime doesn't support that
// yet, so disable the memory64 proposal in fuzzing for now.
Expand Down

0 comments on commit bc081b7

Please sign in to comment.