Cargo Features

pwasm-std has no features set by default.

[dependencies]
pwasm-std = { version = "0.13.1", features = ["std", "strict", "panic_with_msg", "test"] }
default

These default features are set whenever pwasm-std is added without default-features = false somewhere in the dependency tree.

Enables common of uint ^0.5.0

std test?

Enables std of byteorder, fixed-hash ^0.3.0, and uint ^0.5.0

strict test?

Enables strict of pwasm-alloc and pwasm-libc

panic_with_msg

Affects panic::panic_fmt

test = std, strict