Cargo Features
[dependencies]
midenc-frontend-wasm = { version = "0.0.8", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevermidenc-frontend-wasm
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of gimli, midenc-hir-symbol, and wasmparser ^0.227
wasmparser:
A feature which enables implementations of
std::error::Error
as appropriate along with other convenience APIs. This additionally uses the standard library's source of randomness for seeding hash maps.
midenc-frontend-wasm has 2 features without comments.