pub(super) fn run<H: HookSet>(
    modules: &mut [ExecutionInfo<'_>],
    current_module_idx: &mut usize,
    lut: &Lut,
    stack: &mut Stack,
    hooks: H
) -> Result<(), RuntimeError>
Expand description

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