Expand description
Types and traits for interfacing between the host and the wasm runtime.
Structs§
Enums§
- Return
Value - Typed value that can be returned from a function.
- Value
- Values supported by Tetcore on the boundary between host/Wasm.
- Value
Type - Value types supported by Tetcore on the boundary between host/Wasm.
Traits§
- Function
- Something that provides a function implementation on the host for a wasm function.
- Function
Context - Context used by
Function
to interact with the allocator and the memory of the wasm instance. - Host
Functions - Something that provides implementations for host functions.
- Into
Value - Something that can be converted into a wasm compatible
Value
. - Maybe
RefUnwind Safe - A trait that requires
RefUnwindSafe
whenfeature = std
. - Pointer
Type - Something that can be wrapped in a wasm
Pointer
. - Read
Primitive - Something that can read a primitive from a wasm memory location.
- Sandbox
- Something that provides access to the sandbox.
- TryFrom
Value - Something that can may be created from a wasm
Value
. - Write
Primitive - Something that can write a primitive to wasm memory location.