Expand description
The wasmedge-types crate defines a group of common data structures used by both wasmedge-sdk and wasmedge-sys crates.
See also
Modules§
- error
- Defines WasmEdge error types.
Structs§
- Func
Type - Struct of WasmEdge FuncType.
- Global
Type - Struct of WasmEdge GlobalType.
- Memory
Type - Struct of WasmEdge MemoryType.
- Table
Type - Struct of WasmEdge TableType.
Enums§
- Compiler
Optimization Level - Defines WasmEdge AOT compiler optimization level.
- Compiler
Output Format - Defines WasmEdge AOT compiler output binary format.
- External
Instance Type - Defines the type of external WasmEdge instances.
- Host
Registration - Defines WasmEdge host module registration enum.
- Mutability
- Defines the mutability property of WasmEdge Global variables.
- Never
Type - This is a workaround solution to the
never
type in Rust. It will be replaced by!
once it is stable. - RefType
- Defines WasmEdge reference types.
- ValType
- Defines WasmEdge value types.
Functions§
- wat2wasm
- Parses in-memory bytes as either the WebAssembly Text format, or a binary WebAssembly module. Parses in-memory bytes as either the WebAssembly Text format, or a binary WebAssembly module.
Type Aliases§
- Wasm
Edge Result - The WasmEdge result type.