Crate wai_bindgen_wasmtime
Source - export
- Generate code to support implementing the given interfaces and exporting
them to wasm modules.
- import
- Generate code to support consuming the given interfaces, importaing them
from wasm modules.
- BorrowChecker
- Le
- Helper type representing a 1-byte-aligned little-endian value in memory.
- Region
- Represents a contiguous region in memory.
- Table
- GuestError
- RemoveError
- AllBytesValid
- Unsafe trait representing types where every byte pattern is valid for their
representation.
- Endian
- Trait used for the implementation of the
Le
type.