Cargo Features
[dependencies]
tinywasm-parser = { version = "0.8.0", default-features = false, features = ["std", "logging", "nightly"] }
- default = logging, std
-
These default features are set whenever
tinywasm-parser
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of tinywasm-types and wasmparser ^0.216
wasmparser:
A feature which enables implementations of
std::error::Error
as appropriate along with other convenience APIs. This additionally uses the standard library's source of randomness for seeding hash maps. - logging default = log
- nightly
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.