Crate wasmedge_types
source ·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
- Defines WasmEdge error types.
Structs
- Struct of WasmEdge FuncType.
- Struct of WasmEdge GlobalType.
- Struct of WasmEdge MemoryType.
- Struct of WasmEdge TableType.
Enums
- Defines WasmEdge AOT compiler optimization level.
- Defines WasmEdge AOT compiler output binary format.
- Defines the type of external WasmEdge instances.
- Defines WasmEdge host module registration enum.
- Defines the mutability property of WasmEdge Global variables.
- This is a workaround solution to the
never
type in Rust. It will be replaced by!
once it is stable. - Defines WasmEdge reference types.
- Defines WasmEdge value types.
Functions
- 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
- The WasmEdge result type.