pub type WasmError = WasmError;
pub enum WasmError { ProcessorError(String), TypeConversion(String), Io(String), Timeout, }