Cargo Features
[dependencies]
wasmparser-nostd = { version = "0.100.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverwasmparser-nostd
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of indexmap-nostd
wasmparser-nostd has 2 features without comments.