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 default-features = false somewhere in the dependency tree.

std default

Enables std of optional rkyv ^0.7

archive default

Enables bytecheck ^0.7 and rkyv ^0.7

Affects tinywasm-types::archive

logging default

Enables log