Cargo Features

portal-pc-waffle has no features set by default.

[dependencies]
portal-pc-waffle = { version = "0.5.4", features = ["stacker", "ssa-traits-02", "ssa-traits-03", "copying", "tcore", "exceptions", "hooking", "importify", "fuzzing"] }
stacker

Enables stacker

ssa-traits-02

Enables cfg-traits and ssa-traits

ssa-traits-03

Enables cfg-traits and ssa-traits

copying

Affects portal-pc-waffle::copying, passes::mapping

tcore

Affects passes::tcore

exceptions
hooking

Affects portal-pc-waffle::hooking

importify

Affects passes::importify

fuzzing = libfuzzer-sys, wasm-smith

Affects portal-pc-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