Module linera_witty::wasmer
source · Expand description
Support for the Wasmer runtime.
Structs§
- Necessary data for implementing an entrypoint
Instance
. - A slot to store a
wasmer::Instance
in a way that can be shared with reentrant calls. - A temporary handle to a
FunctionEnv
. - Helper to create Wasmer
Instance
implementations. - Representation of the Wasmer runtime.
Traits§
- Conversions between flat layouts and Wasmer parameter types.
- Conversions between flat layouts and Wasmer function result types.
Type Aliases§
- Alias for the
Instance
implementation made available inside host functions called by the guest.