Crate wai_bindgen_wasmer

Source

Modulesยง

error ๐Ÿ”’
le ๐Ÿ”’
region ๐Ÿ”’
slab ๐Ÿ”’
table ๐Ÿ”’

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.