Cargo Features
[dependencies]
gear-sandbox-host = { version = "1.7.0", default-features = false, features = ["wasmer-cache", "wasmi-extra-checks"] }
- default = wasmer-cache
-
The
wasmer-cache
feature is set by default whenevergear-sandbox-host
is added without
somewhere in the dependency tree.default-features = false - wasmer-cache default = gear-wasmer-cache, tempfile
- wasmi-extra-checks
-
See wasmi/extra-checks for more information.
Enables extra-checks of wasmi ^0.38
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.