Skip to content

Commit

Permalink
Clean-up dependencies of fuzz crate (#1260)
Browse files Browse the repository at this point in the history
clean-up dependencies of fuzz crate
  • Loading branch information
Robbepop authored Oct 27, 2024
1 parent 9e50ad2 commit cadc12f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ cargo-fuzz = true

[dependencies]
wasmi_fuzz = { workspace = true }
libfuzzer-sys = "0.4.7"
wasmi-stack = { package = "wasmi", version = "0.31.2", optional = true }
wasmtime = { version = "26.0.0", optional = true }
wasmi = { workspace = true, features = ["std"] }
wasm-smith = "0.219.1"
libfuzzer-sys = "0.4.7"
arbitrary = "1.3.2"

[features]
default = []
differential = ["dep:wasmtime", "dep:wasmi-stack"]
differential = ["wasmi_fuzz/differential"]

[[bin]]
name = "translate"
Expand Down

0 comments on commit cadc12f

Please sign in to comment.