pub type InvokeFunction = fn(args_buf: &[u8], env_size: u32) -> Vec<u8>;
Expand description

Keep track of all invokable functions