Structs§
- Decode
Error - An error that can occur when decoding a
Module
. - Engine
- A Wasm engine.
- Extern
Ref - A nullable reference to an external object.
- Func
- A Wasm function.
- FuncRef
- A nullable reference to a
Func
. - Func
Type - The type of a
Func
. - Global
- A Wasm global.
- Global
Type - The type of a
Global
. - Instance
- A
Module
instance. - Instance
Exports - An iterator over the exports in an
Instance
. - Limits
- A size range.
- Linker
- A linker for defining imports and instantiating
Module
s. - Mem
- A Wasm memory.
- MemType
- The type of a
Mem
. - Module
- A Wasm module.
- Module
Exports - An iterator over the exports in a
Module
. - Module
Imports - An iterator over the imports in a
Module
. - Store
- A Wasm store.
- Table
- A Wasm table.
- Table
Type - The type of a
Table
.
Enums§
- Error
- An error that can occur when operating on a
Module
orFunc
. - Extern
Type - The type of an
ExternVal
. - Extern
Val - A Wasm entity that can be imported or exported.
- Func
Error - An error that can occur when operating on a
Func
. - Global
Error - An error which can occur when operating on a
Global
. - Instantiate
Error - 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
. - Table
Error - An error that can occur when operating on a
Table
. - Val
- A Wasm value.
- ValType
- The type of a
Val
.