Module wasmedge_sdk::error

Expand description

Parses in-memory bytes as either the WebAssembly Text format, or a binary WebAssembly module Defines WasmEdge error types.

Enums

The error type for the common errors from WasmEdge Core.
The error types raised by WasmEdge Core.
The error type for the execution phase from WasmEdge Core.
The error type for the instantiation phase from WasmEdge Core.
The error type for the load phase from WasmEdge Core.
The error type for the validation phase from WasmEdge Core.
The error types for WasmEdge ExportType.
The error types for WasmEdge Function.
The error types for WasmEdge Global.
The error types for WasmEdge ImportType.
The error types for WasmEdge Instance.
The error types for WasmEdge Memory.
The error types for WasmEdge Store.
The error types for WasmEdge Table.
The error types for WasmEdge Vm.
The error types used by both wasmedge-sys and wasmedge crates.