Crate wai_bindgen_wasmer
Source - error ๐
- le ๐
- region ๐
- slab ๐
- table ๐
- 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.
- RawMemory
- 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.