Cargo Features
[dependencies]
tinywasm = { version = "0.8.0", default-features = false, features = ["std", "logging", "parser", "archive", "simd", "nightly"] }
- default = archive, logging, parser, std
-
These default features are set whenever
tinywasm
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of optional tinywasm-parser and tinywasm-types
- logging default = log
-
Enables logging of optional tinywasm-parser and tinywasm-types
- parser default = tinywasm-parser
-
Affects
tinywasm::parser
… - archive default
-
Enables archive of tinywasm-types
- simd
- nightly
-
Enables nightly of optional tinywasm-parser
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.