Function wasmi_validation::func::drive
source · pub fn drive<T: FuncValidator>(
module: &ModuleContext,
func: &Func,
body: &FuncBody,
input: <T as FuncValidator>::Input
) -> Result<T::Output, Error>
pub fn drive<T: FuncValidator>(
module: &ModuleContext,
func: &Func,
body: &FuncBody,
input: <T as FuncValidator>::Input
) -> Result<T::Output, Error>