Cargo Features

wasmrs-codec has no features set by default.

[dependencies]
wasmrs-codec = { version = "0.17.0", features = ["std"] }
std

Enables std of serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

wasmrs-codec has 1 feature without comment.