Cargo Features

[dependencies]
sc-executor = { version = "0.39.0", default-features = false, features = ["std", "wasm-extern-trace"] }
default = std

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

std default

This crate does not have no_std support, we just require this for tests

Enables std of sp-api, sp-core, sp-externalities, sp-io, sp-runtime-interface, sp-trie, sp-version, and sp-wasm-interface

wasm-extern-trace