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 whenever fuel-core-wasm-executor is added without default-features = false somewhere in the dependency tree.

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.

fuel-core-types-v0 std

Enables fuel-core-types ^0.35.0