Cargo Features

[dependencies]
fuel-core-upgradable-executor = { version = "0.26.0", default-features = false, features = ["std", "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 std of fuel-core-executor, fuel-core-storage, and fuel-core-types

wasm-executor

Enables anyhow, fuel-core-wasm-executor, parking_lot, postcard, tracing, and wasmtime ^18.0.1

Affects 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