Type Alias wasmedge_sys::SyncFn

source ยท
pub type SyncFn<Data> = for<'a, 'b, 'c> fn(_: &'a mut Data, _: &'b mut Instance, _: &'c mut CallingFrame, _: Vec<WasmValue>) -> Result<Vec<WasmValue>, CoreError>;