Function wasm::execution::interpreter_loop::run
source · pub(super) fn run<H: HookSet>(
wasm_bytecode: &[u8],
types: &[FuncType],
store: &mut Store,
stack: &mut Stack,
hooks: H
) -> Result<(), RuntimeError>
Expand description
Interprets a functions. Parameters and return values are passed on the stack.