Skip to main content

dispatch

Function dispatch 

Source
pub fn dispatch<E, F>(ptr: u32, len: u32, handler: F) -> u64
where E: Into<HostAbiError>, F: FnOnce(&[u8]) -> Result<Vec<u8>, E> + UnwindSafe,
Expand description

Reads input bytes, invokes a handler, and returns an encoded ABI response.