Docs.rs
sc-executor-0.21.0
sc-executor 0.21.0
Docs.rs crate page
GPL-3.0-or-later WITH Classpath-exception-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
parity-scale-codec ^3.2.2
normal
lru ^0.8.1
normal
parking_lot ^0.12.1
normal
sc-executor-common ^0.19.0
normal
sc-executor-wasmi ^0.19.0
normal
sc-executor-wasmtime ^0.19.0
normal
sp-api ^15.0.0
normal
sp-core ^17.0.0
normal
sp-externalities ^0.17.0
normal
sp-io ^18.0.0
normal
sp-panic-handler ^6.0.0
normal
sp-runtime-interface ^14.0.0
normal
sp-trie ^17.0.0
normal
sp-version ^17.0.0
normal
sp-wasm-interface ^11.0.0
normal
tracing ^0.1.29
normal
wasmi ^0.13
normal
array-bytes ^4.1
dev
assert_matches ^1.3.0
dev
criterion ^0.4.0
dev
env_logger ^0.9
dev
num_cpus ^1.13.1
dev
paste ^1.0
dev
regex ^1.6.0
dev
sp-maybe-compressed-blob ^4.1.0
dev
sp-runtime ^19.0.0
dev
sp-state-machine ^0.23.0
dev
tempfile ^3.3.0
dev
tracing-subscriber ^0.2.19
dev
wat ^1.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module error
Structs
Enums
Type Definitions
?
Module
sc_executor
::
error
source
·
[
−
]
Expand description
Rust executor possible errors.
Structs
Backtrace
A WASM backtrace.
MessageWithBacktrace
An error message with an attached backtrace.
Enums
Error
Error type.
WasmError
Type for errors occurring during Wasm runtime construction.
Type Definitions
Result
Result type alias.