Cargo Features

[dependencies]
fuel-core-upgradable-executor = { version = "0.40.0", default-features = false, features = ["std", "smt", "wasm-executor", "test-helpers"] }
default = std

The std feature is set by default whenever fuel-core-upgradable-executor is added without default-features = false somewhere in the dependency tree.

std default

Enables fuel-core-storage and fuel-core-types, std of fuel-core-executor

smt

Enables smt of fuel-core-executor, fuel-core-storage, and optional fuel-core-wasm-executor

wasm-executor

Enables anyhow, derive_more ^0.99, fuel-core-wasm-executor, parking_lot, postcard, tracing, and wasmtime ^23.0.2

Affects error::UpgradableError, executor::FUEL_ALWAYS_USE_WASM, fuel-core-upgradable-executor::instance, fuel-core-upgradable-executor::WASM_BYTECODE

test-helpers

Enables test-helpers of fuel-core-storage and fuel-core-types