Cargo Features
[dependencies]
wasm-tokio = { version = "0.6.0", default-features = false, features = ["tracing"] }
- default = tracing
-
The
tracing
feature is set by default wheneverwasm-tokio
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing, tracing of leb128-tokio
wasm-tokio has 2 features without comments.