Type Definition wasm3::RawCall[][src]

pub type RawCall = unsafe extern "C" fn(runtime: IM3Runtime, _sp: m3stack_t, _mem: *mut c_void) -> *const c_void;
Expand description

Type of a raw host function for wasm3.