Cargo Features
[dependencies]
wasmer-compiler-unc = { version = "2.4.1", default-features = false, features = ["std", "core", "translator"] }
- default = std
-
The
std
feature is set by default wheneverwasmer-compiler-unc
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of wasmer-types-unc
- core = hashbrown
-
Enables core of wasmer-types-unc
- translator = wasmparser
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.
- hashbrown core?
-
Enables hashbrown ^0.11
- wasmparser translator?
-
Enables wasmparser ^0.78