fuzz: allow generating shared memories (#4266)
`wasm-smith` v0.11 has support for generating shared memories when the `threads_enabled` configuration flag is set. This change turns on that flag occasionally. This also upgrades `wasm-smith` to v0.11.1 to always generate shared memory with a known maximum.
This commit is contained in:
@@ -20,7 +20,7 @@ wasmprinter = "0.2.36"
|
||||
wasmtime = { path = "../wasmtime" }
|
||||
wasmtime-wast = { path = "../wast" }
|
||||
wasm-encoder = "0.13.0"
|
||||
wasm-smith = "0.11.0"
|
||||
wasm-smith = "0.11.1"
|
||||
wasm-mutate = "0.2.4"
|
||||
wasm-spec-interpreter = { path = "./wasm-spec-interpreter", optional = true }
|
||||
wasmi = "0.7.0"
|
||||
|
||||
Reference in New Issue
Block a user