cyb/wysm/crates/fuzz/Cargo.toml

[package]
name = "wasmi_fuzz"
version.workspace = true
# rust-version.workspace = true # cannot use `rust-version.workspace = true` due to Wasmtime dependency
documentation = "https://docs.rs/wasmi_fuzz"
description = "Fuzzing utilities and infrastructure for the Wasmi interpreter"
authors.workspace = true
repository.workspace = true
edition.workspace = true
readme.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
exclude.workspace = true
publish = false

[dependencies]
wasmi = { workspace = true, features = ["std", "simd", "portable-dispatch", "extra-checks"] }
wasmtime = { workspace = true, optional = true, features = [
    "cranelift",
    "runtime",
    "std",
    "gc", # required for full reference-types support in fuzzing
    "gc-drc", # required because of `gc`
] }
wasm-smith = { workspace = true }
wasmprinter = { workspace = true }
wasmi-v1 = { package = "wasmi", version = "1.0.9", features = ["std", "simd", "extra-checks"], optional = true }
arbitrary = "1.4"
sha2 = "0.10.9"
anyhow = "1.0.101"

[features]
default = []
# This needs at least one of the `wasmi-v0`, `wasmi-v1` or `wasmtime` crate features enabled to compile.
differential = []
wasmi-v1 = ["dep:wasmi-v1"]
wasmtime = ["dep:wasmtime"]

Homonyms

cyberia/Cargo.toml
soft3/hemera/Cargo.toml
soft3/tru/Cargo.toml
soft3/glia/Cargo.toml
neural/eidos/Cargo.toml
soft3/mir/Cargo.toml
cyb/prysm/Cargo.toml
soft3/mudra/Cargo.toml
soft3/lens/Cargo.toml
cyb/optica/Cargo.toml
cyb/src-tauri/Cargo.toml
soft3/foculus/Cargo.toml
warriors/trisha/Cargo.toml
soft3/strata/Cargo.toml
neural/rune/Cargo.toml
soft3/nox/Cargo.toml
neural/trident/Cargo.toml
cyb/honeycrisp/Cargo.toml
soft3/radio/Cargo.toml
soft3/cybergraph/Cargo.toml
cyb/wysm/Cargo.toml
neural/rs/Cargo.toml
soft3/zheng/Cargo.toml
cyb/cyb/Cargo.toml
cyb/evy/Cargo.toml
cyb/cyb-boot/Cargo.toml
soft3/bbg/rs/Cargo.toml
soft3/lens/assayer/Cargo.toml
neural/rs/core/Cargo.toml
soft3/zheng/rs/Cargo.toml
soft3/glia/import/Cargo.toml
soft3/radio/iroh-gossip/Cargo.toml
soft3/radio/iroh-car/Cargo.toml
soft3/radio/iroh-base/Cargo.toml
neural/inf/rs/Cargo.toml
soft3/lens/src/Cargo.toml
neural/rs/mir-format/Cargo.toml
neural/rs/macho-linker/Cargo.toml
soft3/radio/particle/Cargo.toml
soft3/radio/radio-cli/Cargo.toml
soft3/bbg/cli/Cargo.toml
cyb/honeycrisp/aruminium/Cargo.toml
soft3/hemera/rs/Cargo.toml
soft3/radio/iroh-dns-server/Cargo.toml
cyb/honeycrisp/rane/Cargo.toml
neural/rs/darwin-sys/Cargo.toml
soft3/zheng/cli/Cargo.toml
bootloader/go-cyber/cw/Cargo.toml
cyb/cyb/cyb-shell/Cargo.toml
soft3/radio/iroh-relay/Cargo.toml
warriors/trisha/rs/Cargo.toml
soft3/hemera/bench/Cargo.toml
soft3/lens/core/Cargo.toml
neural/rs/macros/Cargo.toml
soft3/nox/rs/Cargo.toml
soft3/hemera/wgsl/Cargo.toml
soft3/strata/compute/Cargo.toml
cyb/honeycrisp/unimem/Cargo.toml
soft3/lens/binius/Cargo.toml
neural/rs/link/Cargo.toml
soft3/glia/run/Cargo.toml
soft3/tru/rs/Cargo.toml
soft3/radio/iroh-blobs/Cargo.toml
neural/eidos/rs/Cargo.toml
soft3/strata/src/Cargo.toml
soft3/hemera/cli/Cargo.toml
soft3/radio/iroh-willow/Cargo.toml
warriors/trisha/honeycrisp/Cargo.toml
neural/rs/codegen/Cargo.toml
neural/rune/cli/Cargo.toml
soft3/radio/cyber-bao/Cargo.toml
cyb/cyb/cyb-portal/Cargo.toml
neural/rs/rsc/Cargo.toml
cyb/wysm/fuzz/Cargo.toml
soft3/radio/iroh-ffi/Cargo.toml
neural/eidos/cli/Cargo.toml
soft3/strata/proof/Cargo.toml
soft3/radio/iroh/Cargo.toml
soft3/nox/cli/Cargo.toml
warriors/trisha/wgpu/Cargo.toml
cyb/honeycrisp/acpu/Cargo.toml
soft3/lens/porphyry/Cargo.toml
warriors/trisha/cli/Cargo.toml
neural/rs/pure-rust-check/Cargo.toml
soft3/strata/ext/Cargo.toml
soft3/strata/core/Cargo.toml
cyb/cyb/cyb-ui/Cargo.toml
cyb/cyb/cyb-services/Cargo.toml
soft3/lens/ikat/Cargo.toml
soft3/radio/iroh-docs/Cargo.toml
soft3/tru/cli/Cargo.toml
soft3/lens/brakedown/Cargo.toml
soft3/cybergraph/cli/Cargo.toml
soft3/radio/iroh-ffi/iroh-js/Cargo.toml
neural/rs/tests/macro-integration/Cargo.toml
cyb/honeycrisp/rane/benches/Cargo.toml
soft3/strata/trop/rs/Cargo.toml
neural/inf/rs/source/Cargo.toml
soft3/strata/kuro/rs/Cargo.toml
neural/rune/rs/ast/Cargo.toml
cyb/wysm/crates/collections/Cargo.toml
soft3/strata/genies/rs/Cargo.toml
soft3/strata/nebu/cli/Cargo.toml
cyb/wysm/crates/wasmi/Cargo.toml
cyb/evy/crates/evy_prysm_core/Cargo.toml
neural/inf/rs/lower/Cargo.toml
cyb/evy/crates/evy_dialect/Cargo.toml
cyb/wysm/crates/cli/Cargo.toml
cyb/evy/forks/bevy_anti_alias/Cargo.toml
cyb/evy/forks/bevy_sprite_render/Cargo.toml
cyb/wysm/crates/c_api/Cargo.toml
neural/inf/rs/lex/Cargo.toml
cyb/wysm/crates/core/Cargo.toml
cyb/wysm/crates/wasi/Cargo.toml
soft3/radio/iroh/bench/Cargo.toml
soft3/strata/genies/cli/Cargo.toml
cyb/evy/forks/bevy_render/Cargo.toml
neural/inf/rs/ast/Cargo.toml
neural/rune/rs/interp/Cargo.toml
cyb/evy/forks/bevy_ecs/Cargo.toml
soft3/strata/jali/cli/Cargo.toml
cyb/evy/forks/bevy_gizmos/Cargo.toml
cyb/evy/crates/evy_diagnostic/Cargo.toml
cyb/evy/forks/bevy_gizmos_render/Cargo.toml
soft3/strata/trop/cli/Cargo.toml
cyb/evy/crates/evy_radio/Cargo.toml
neural/inf/rs/parse/Cargo.toml
cyb/evy/forks/bevy_mesh/Cargo.toml
neural/rune/rs/prysm/Cargo.toml
cyb/evy/forks/bevy_diagnostic/Cargo.toml
neural/trident/editor/zed/Cargo.toml
bootloader/go-cyber/mcp/rust/Cargo.toml
soft3/strata/genies/wgsl/Cargo.toml
soft3/strata/kuro/wgsl/Cargo.toml
neural/inf/rs/cli/Cargo.toml
neural/inf/rs/oracle/Cargo.toml
cyb/evy/forks/bevy_tasks/Cargo.toml
cyb/evy/forks/bevy_transform/Cargo.toml
soft3/strata/trop/wgsl/Cargo.toml
cyb/evy/crates/evy_platform_caps/Cargo.toml
cyb/honeycrisp/aruminium/benches/Cargo.toml
cyb/evy/crates/evy_engine_core/Cargo.toml
cyb/evy/forks/naga/Cargo.toml
neural/inf/rs/plan/Cargo.toml
cyb/evy/crates/evy_engine_dispatch/Cargo.toml
soft3/strata/nebu/rs/Cargo.toml
neural/rune/rs/lex/Cargo.toml
cyb/wysm/crates/ir/Cargo.toml
neural/inf/rs/eval/Cargo.toml
neural/rune/rs/subject/Cargo.toml
soft3/strata/nebu/wgsl/Cargo.toml
cyb/evy/forks/bevy_sprite/Cargo.toml
soft3/strata/kuro/cli/Cargo.toml
cyb/evy/crates/evy_ecs_storage/Cargo.toml
cyb/evy/forks/bevy_core_pipeline/Cargo.toml
cyb/evy/forks/bevy_image/Cargo.toml
cyb/evy/forks/bevy_animation/Cargo.toml
neural/rune/rs/parse/Cargo.toml
neural/rune/rs/mold/Cargo.toml
neural/rune/rs/parse-pure/Cargo.toml
neural/rune/rs/lower/Cargo.toml
cyb/evy/forks/bevy_pbr/Cargo.toml
soft3/radio/tests/integration/Cargo.toml
soft3/strata/jali/rs/Cargo.toml
neural/inf/rs/value/Cargo.toml
soft3/strata/jali/wgsl/Cargo.toml
cyb/evy/forks/bevy_post_process/Cargo.toml
cyb/wysm/crates/wast/Cargo.toml
neural/rune/rs/compile/Cargo.toml
cyb/evy/crates/evy_engine_tasks/Cargo.toml
soft3/tape/impl/rust/Cargo.toml
cyb/wysm/crates/c_api/macro/Cargo.toml
bootloader/go-cyber/cw/contracts/std-test/Cargo.toml
bootloader/go-cyber/cw/contracts/graph-filter/Cargo.toml
cyb/honeycrisp/unimem/experiments/hyp_probe/Cargo.toml
bootloader/go-cyber/cw/packages/cyber-std-test/Cargo.toml
bootloader/go-cyber/cw/tests/litium-tests/Cargo.toml
bootloader/go-cyber/cw/packages/cyber-std/Cargo.toml
cyb/honeycrisp/unimem/experiments/iosurface_probe/Cargo.toml
cyb/wysm/crates/c_api/artifact/Cargo.toml
cyb/honeycrisp/unimem/experiments/dext_contiguous_alloc/client/Cargo.toml
cyb/honeycrisp/unimem/experiments/dext_iosurface_pa/client/Cargo.toml

Graph