Module wasmer_types::types
source ยท Macrosยง
- accessors ๐
Structsยง
- An archived
FunctionType
- An archived
GlobalType
- An archived
MemoryType
- An archived
TableType
- An archived
TagType
- An archived
V128
- A descriptor for an exported WebAssembly value.
- The signature of a function that is either implemented in a Wasm module or exposed to Wasm by the host.
- The resolver for an archived
FunctionType
- WebAssembly global.
- The resolver for an archived
GlobalType
- A descriptor for an imported value into a wasm module.
- A descriptor for a WebAssembly memory type.
- The resolver for an archived
MemoryType
- A descriptor for a table in a WebAssembly module.
- The resolver for an archived
TableType
- The signature of a tag that is either implemented in a Wasm module or exposed to Wasm by the host.
- The resolver for an archived
TagType
- The WebAssembly V128 type
- The resolver for an archived
V128
Enumsยง
- An archived
GlobalInit
- An archived
Mutability
- An archived
TagKind
- An archived
Type
- A list of all possible types which can be externally referenced from a WebAssembly module.
- Globals are initialized via the
const
operators or by referring to another import. - The resolver for an archived
GlobalInit
- Indicator of whether a global is mutable or not
- The resolver for an archived
Mutability
- The kind of a [
Tag
]. - The resolver for an archived
TagKind
- A list of all possible value types in WebAssembly.
- The resolver for an archived
Type
Functionsยง
- is_global_compatible ๐
- is_memory_compatible ๐
- is_table_compatible ๐