Cargo Features
[dependencies]
fuel-core-wasm-executor = { version = "0.40.0", default-features = false, features = ["std", "smt"] }
- default = std
-
The
std
feature is set by default wheneverfuel-core-wasm-executor
is added without
somewhere in the dependency tree.default-features = false - std default = fuel-core-types-v0
-
Affects
utils::ReturnType
,utils::convert_from_v0_execution_result
… - smt
-
Enables smt of fuel-core-executor and fuel-core-storage
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.