Expand modules instantiated in instantiate-wasm-smith
This commit uses the new `MaybeInvalidModule` type in `wasm-smith` to try to explore more points in the fuzz target space in the `instantiate-maybe-invalid` fuzz target. The goal here is to use the raw fuzz input as the body of a function to stress the validator/decoder a bit more, and try to get inputs we might not otherwise generate.
This commit is contained in:
@@ -26,5 +26,5 @@ fn instantiate_module_that_compiled_to_x64_has_register_32() {
|
||||
let mut config = Config::new();
|
||||
config.debug_info(true);
|
||||
let data = wat::parse_str(include_str!("./fuzzing/issue694.wat")).unwrap();
|
||||
oracles::instantiate_with_config(&data, config);
|
||||
oracles::instantiate_with_config(&data, config, None);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user