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:
@@ -43,7 +43,7 @@ At the time of writing, we have the following fuzz targets:
|
||||
the same results as the `wasmi` interpreter.
|
||||
* `instantiate`: Generate a Wasm module and Wasmtime configuration and attempt
|
||||
to compile and instantiate with them.
|
||||
* `instantiate`: Generate many Wasm modules and attempt to compile and
|
||||
* `instantiate-many`: Generate many Wasm modules and attempt to compile and
|
||||
instantiate them concurrently.
|
||||
* `spectests`: Pick a random spec test and run it with a generated
|
||||
configuration.
|
||||
|
||||
Reference in New Issue
Block a user