Docs.rs
sc-executor-0.40.1
sc-executor 0.40.1
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.6.12
normal
parking_lot ^0.12.1
normal
sc-executor-common ^0.35.0
normal
sc-executor-polkavm ^0.32.0
normal
sc-executor-wasmtime ^0.35.0
normal
schnellru ^0.2.3
normal
sp-api ^34.0.0
normal
sp-core ^34.0.0
normal
sp-externalities ^0.29.0
normal
sp-io ^38.0.0
normal
sp-panic-handler ^13.0.0
normal
sp-runtime-interface ^28.0.0
normal
sp-trie ^37.0.0
normal
sp-version ^37.0.0
normal
sp-wasm-interface ^21.0.1
normal
tracing ^0.1.37
normal
array-bytes ^6.2.2
dev
assert_matches ^1.5.0
dev
criterion ^0.5.1
dev
num_cpus ^1.13.1
dev
paste ^1.0.15
dev
regex ^1.10.2
dev
tempfile ^3.8.1
dev
tracing-subscriber ^0.3.18
dev
wat ^1.0.0
dev
Versions
100%
of the crate is documented
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
sc_
executor
0.40.1
Module error
Module Items
Structs
Enums
Type Aliases
In crate sc_
executor
sc_executor
Module
error
Copy item path
source
Expand description
Rust executor possible errors.
Structs
§
Backtrace
A WASM backtrace.
Message
With
Backtrace
An error message with an attached backtrace.
Enums
§
Error
Error type.
Wasm
Error
Type for errors occurring during Wasm runtime construction.
Type Aliases
§
Result
Result type alias.