Cargo Features
WAFFLE has no features set by default.
[dependencies]
waffle = { version = "0.1.1", features = ["fuzzing"] }
- fuzzing = libfuzzer-sys, wasm-smith
-
Affects
waffle::fuzzing
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- libfuzzer-sys fuzzing?
-
Enables libfuzzer-sys
For fuzzing only. Versions must match those in fuzz/Cargo.toml.
- wasm-smith fuzzing?
-
Enables wasm-smith ^0.202