Type Definition wasmedge_sdk::WasmEdgeResult
pub type WasmEdgeResult<T> = Result<T, Box<WasmEdgeError, Global>>;
Expand description
Parses in-memory bytes as either the WebAssembly Text format, or a binary WebAssembly module The WasmEdge result type.