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