Cargo Features
[dependencies]
tinywasm-types = { version = "0.8.0", default-features = false, features = ["std", "archive", "logging"] }
- default = archive, logging, std
-
These default features are set whenever
tinywasm-types
is added without
somewhere in the dependency tree.default-features = false - std default
- archive default
-
Enables bytecheck ^0.7 and rkyv ^0.7
Affects
tinywasm-types::archive
… - logging default
-
Enables log