Docs.rs
fvm-4.8.2
fvm 4.8.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:filecoin-project:fvm-crate-owners
filecoin-crate-owner
Dependencies
ambassador ^0.4.1
normal
anyhow ^1.0.97
normal
arbitrary ^1.4.1
normal
optional
cid ^0.11.1
normal
derive_more ^2.0.1
normal
filecoin-proofs-api ^19
normal
fvm-wasm-instrument ^0.4.0
normal
fvm_ipld_amt ^0.7.7
normal
fvm_ipld_blockstore ^0.3.2
normal
fvm_ipld_encoding ^0.5.4
normal
fvm_ipld_hamt ^0.10.6
normal
fvm_shared ~4.8.2
normal
lazy_static ^1.5.0
normal
log ^0.4.27
normal
minstant ^0.1.7
normal
multihash-codetable ^0.2
normal
multihash-derive ^0.9.1
normal
num-traits ^0.2.19
normal
quickcheck ^1.0.3
normal
optional
rand ^0.8.5
normal
rayon ^1
normal
replace_with ^0.1.7
normal
serde ^1.0.228
normal
static_assertions ^1.1.0
normal
thiserror ^2.0.12
normal
wasmtime ^36
normal
wasmtime-environ ^36
normal
yastl ^0.1.2
normal
coverage-helper ^0.2.4
dev
pretty_assertions ^1.4.1
dev
Versions
72.27%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module executor
fvm
4.8.2
Module executor
Module Items
Structs
Enums
Traits
In crate fvm
fvm
Module
executor
Copy item path
Source
Structs
§
Apply
Ret
Apply message return data.
Default
Executor
The default
Executor
.
Threaded
Executor
An executor that executes messages on a separate thread with a 64MiB stack. If you can guarantee at least 64MiB of stack space, you don’t need this executor.
Enums
§
Apply
Failure
A description of some failure encountered when applying a message.
Apply
Kind
The kind of message being applied:
Traits
§
Executor
An executor executes messages on the underlying machine/kernel. It’s responsible for: