Expand description
Support for the Wasmer runtime.
Structs§
- Entrypoint
Instance - Necessary data for implementing an entrypoint
Instance. - Environment
- A slot to store a
wasmer::Instancein a way that can be shared with reentrant calls. - Function
EnvMut - A temporary handle to a
FunctionEnv. - Instance
Builder - Helper to create Wasmer
Instanceimplementations. - 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
Instanceimplementation made available inside host functions called by the guest.