Cargo Features
[dependencies]
gear-sandbox = { version = "1.7.0", default-features = false, features = ["std", "strict"] }
- default = std
-
The
std
feature is set by default whenevergear-sandbox
is added without
somewhere in the dependency tree.default-features = false - std default = gear-wasmer-cache, wasmer, wasmer-compiler, wasmer-types, wasmer-vm
-
Enables std of parity-scale-codec, gear-sandbox-env, gear-sandbox-interface, log, sp-core, sp-std, and sp-wasm-interface-common
Affects
gear-sandbox::embedded_executor
… - strict
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.
- wasmer std
-
Enables wasmer ^4.3.4
- wasmer-types std
-
Enables wasmer-types ^4.3.4
- wasmer-vm std
-
Enables wasmer-vm ^4.3.4
- wasmer-compiler std
-
Enables wasmer-compiler ^4.3.4
- gear-wasmer-cache std