Cargo Features
[dependencies]
sc-executor = { version = "0.40.1", default-features = false, features = ["std", "wasm-extern-trace"] }
- default = std
-
The
std
feature is set by default wheneversc-executor
is added without
somewhere in the dependency tree.default-features = false - std default
-
This crate does not have
no_std
support, we just require this for testsEnables std of sp-api, sp-core, sp-externalities, sp-io, sp-runtime-interface, sp-trie, sp-version, and sp-wasm-interface
- wasm-extern-trace