call_memory

Function call_memory 

Source
pub fn call_memory(
    func_name: impl AsRef<str>,
    input: impl ToMemory,
) -> Result<Memory>
Expand description

Call a function from the Extism plugin being tested, passing input and returning its output Memory.