Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/pulley/fuzz/Cargo.toml
1691 views
1
[package]
2
name = "pulley-interpreter-fuzz"
3
version = "0.0.0"
4
publish = false
5
edition.workspace = true
6
rust-version.workspace = true
7
8
[lints]
9
workspace = true
10
11
[dependencies]
12
pulley-interpreter = { path = "..", features = ["encode", "decode", "disas", "interp", "arbitrary"] }
13
env_logger = { workspace = true }
14
log = { workspace = true }
15
16