Update wasm-smith (#2509)
Brings in a few bug fixes for generating module-linking modules
This commit is contained in:
@@ -16,7 +16,7 @@ wasmparser = "0.70"
|
||||
wasmprinter = "0.2.17"
|
||||
wasmtime = { path = "../wasmtime" }
|
||||
wasmtime-wast = { path = "../wast" }
|
||||
wasm-smith = "0.2.0"
|
||||
wasm-smith = "0.3.0"
|
||||
wasmi = "0.7.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -460,7 +460,7 @@ pub fn table_ops(config: crate::generators::Config, ops: crate::generators::tabl
|
||||
|
||||
/// Configuration options for wasm-smith such that generated modules always
|
||||
/// conform to certain specifications.
|
||||
#[derive(Default, Debug, Arbitrary)]
|
||||
#[derive(Default, Debug, Arbitrary, Clone)]
|
||||
pub struct DifferentialWasmiModuleConfig;
|
||||
|
||||
impl wasm_smith::Config for DifferentialWasmiModuleConfig {
|
||||
|
||||
Reference in New Issue
Block a user