We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make_internally_consistent
1 parent ad616b5 commit d05a5f1Copy full SHA for d05a5f1
crates/fuzzing/src/generators/config.rs
@@ -99,6 +99,8 @@ impl Config {
99
// These instructions are explicitly not expected to be exactly the same
100
// across engines. Don't fuzz them.
101
config.relaxed_simd_enabled = false;
102
+
103
+ self.wasmtime.make_internally_consistent();
104
}
105
106
/// Uses this configuration and the supplied source of data to generate
0 commit comments