Sha256: 64886d6574f4620b56375517a75f0fb3c9b396bd262693f124a1b361cb2f3a0b

Contents?: true

Size: 482 Bytes

Versions: 16

Compression:

Stored size: 482 Bytes

Contents

/*
 * Released under the terms of the Apache 2.0 license with LLVM
 * exception. See `LICENSE` for details.
 */

//! Utilities for fuzzing.

pub mod func;

// Re-exports for fuzz targets.

pub mod domtree {
    pub use crate::domtree::*;
}
pub mod postorder {
    pub use crate::postorder::*;
}
pub mod cfg {
    pub use crate::cfg::*;
}
pub mod ion {
    pub use crate::ion::*;
}
pub mod checker {
    pub use crate::checker::*;
}

pub use libfuzzer_sys::{arbitrary, fuzz_target};

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
wasmtime-24.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-23.0.2 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-22.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-21.0.1 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-20.0.2 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-20.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-18.0.3 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-17.0.1 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-17.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-16.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-15.0.1 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-15.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-14.0.4 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-14.0.3 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-14.0.1 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs
wasmtime-14.0.0 ./ext/cargo-vendor/regalloc2-0.9.3/src/fuzzing/mod.rs