Skip to main content

Crate wai_bindgen_wasmer

Crate wai_bindgen_wasmer 

Source

Macros§

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.

Structs§

BorrowChecker
Le
Helper type representing a 1-byte-aligned little-endian value in memory.
RawMemory
Region
Represents a contiguous region in memory.
Table

Enums§

GuestError
RemoveError

Traits§

AllBytesValid
Unsafe trait representing types where every byte pattern is valid for their representation.
Endian
Trait used for the implementation of the Le type.