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:
Andrew Brown
2022-06-14 09:50:41 -07:00
committed by GitHub
parent 72f0e46fdb
commit 22e13fee1d
5 changed files with 50 additions and 23 deletions

View File

@@ -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"