Skip to main content

Module error

Module error 

Source
Expand description

Shared error type for the wasm-rt IPC bridge.

Each loader wraps IpcError in its own crate-level error enum via #[from] so the trait-surface error variants stay crate-specific (ExtismError, WasmError) while the IPC code lives once. The pool is generic over its own error type — see crate::pool::InstancePool — so it doesn’t need a shared error.

Enums§

IpcError
Errors raised by the Arrow IPC bridge.