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