Cargo Features
[dependencies]
cretonne-wasm = { version = "0.13.2", default-features = false, features = ["std", "core"] }
- default = std
-
The
std
feature is set by default whenevercretonne-wasm
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of cretonne-codegen, cretonne-frontend, target-lexicon ^0.0.3, and wasmparser ^0.17.0
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. - core = hashmap_core
-
Enables core of cretonne-codegen, cretonne-frontend, and wasmparser ^0.17.0
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.