Function run

Source
pub(super) fn run<H: HookSet>(
    current_module_idx: &mut usize,
    stack: &mut Stack,
    hooks: H,
    store: &mut Store<'_>,
) -> Result<(), RuntimeError>
Expand description

Interprets a functions. Parameters and return values are passed on the stack.