Skip to main content

all

Function all 

Source
pub fn all() -> Vec<Function>
Expand description

Returns the host function table passed into every Plugin::new.

extism wraps every host-fn argument and return value as a 64-bit memory handle (PTR == ValType::I64), regardless of the underlying Rust type. So every params: … and returns: … list below is just [PTR; N] where N is the arg/return arity.