fuzzing: Provide dummy imports for instantion oracle

This commit is contained in:
Nick Fitzgerald
2019-12-03 11:39:46 -08:00
parent e87a489535
commit 5429a9391d
3 changed files with 128 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ env_logger = { version = "0.7.1", optional = true }
log = "0.4.8"
wasmparser = "0.42.1"
wasmprinter = "0.2.0"
wasmtime = { path = "../api" }
wasmtime-jit = { path = "../jit" }
[dev-dependencies]