Cargo Features

[dependencies]
wasmer-wasi-asml-fork = { version = "2.0.0", default-features = false, features = ["logging", "disable-all-logging"] }
default = logging

The logging feature is set by default whenever wasmer-wasi-asml-fork is added without default-features = false somewhere in the dependency tree.

logging default

Enables log of tracing

disable-all-logging

Enables max_level_off and release_max_level_off of tracing

wasmer-wasi-asml-fork has 3 features without comments.