Cargo Features
[dependencies]
wasmer-compiler-singlepass-x = { version = "2.4.1", default-features = false, features = ["std", "core", "rayon"] }
- default = rayon, std
-
These default features are set whenever
wasmer-compiler-singlepass-x
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables wasmer-types-x, std of wasmer-compiler-x
- core = hashbrown
-
Enables core of wasmer-types-x
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.
- rayon default
- hashbrown core?
-
Enables hashbrown ^0.11