Crate makepad_stitch

Source

Structs§

DecodeError
An error that can occur when decoding a Module.
Engine
A Wasm engine.
ExternRef
A nullable reference to an external object.
Func
A Wasm function.
FuncRef
A nullable reference to a Func.
FuncType
The type of a Func.
Global
A Wasm global.
GlobalType
The type of a Global.
Instance
A Module instance.
InstanceExports
An iterator over the exports in an Instance.
Limits
A size range.
Linker
A linker for defining imports and instantiating Modules.
Mem
A Wasm memory.
MemType
The type of a Mem.
Module
A Wasm module.
ModuleExports
An iterator over the exports in a Module.
ModuleImports
An iterator over the imports in a Module.
Store
A Wasm store.
Table
A Wasm table.
TableType
The type of a Table.

Enums§

Error
An error that can occur when operating on a Module or Func.
ExternType
The type of an ExternVal.
ExternVal
A Wasm entity that can be imported or exported.
FuncError
An error that can occur when operating on a Func.
GlobalError
An error which can occur when operating on a Global.
InstantiateError
An error that can occur when instantiating a module.
MemError
An error that can occur when operating on a Mem.
Mut
The mutability of a Global.
Ref
A Wasm reference.
RefType
The type of a Ref.
TableError
An error that can occur when operating on a Table.
Val
A Wasm value.
ValType
The type of a Val.