Module linera_witty::wasmtime
source · Expand description
Support for the Wasmtime runtime.
Re-exports§
pub use anyhow;
Structs§
- A structure representing the caller’s context when creating a function via
Func::wrap
. - Necessary data for implementing an entrypoint
Instance
. - Structure used to link wasm modules/instances together.
- Representation of the Wasmtime runtime.
Traits§
- Conversions between flat layouts and Wasmtime parameter types.
- Conversions between flat layouts and Wasmtime function result types.
Type Aliases§
- Alias for the
Instance
implementation made available inside host functions called by the guest.