Limit rayon to one thread during fuzzing
This should enable more deterministic execution.
This commit is contained in:
@@ -12,6 +12,7 @@ arbitrary = { version = "0.4.0", features = ["derive"] }
|
||||
binaryen = "0.10.0"
|
||||
env_logger = "0.7.1"
|
||||
log = "0.4.8"
|
||||
rayon = "1.2.1"
|
||||
wasmparser = "0.51.2"
|
||||
wasmprinter = "0.2.1"
|
||||
wasmtime = { path = "../api", version = "0.12.0" }
|
||||
|
||||
Reference in New Issue
Block a user