pub(super) fn run<H: HookSet>(
func_addr: usize,
stack: &mut Stack,
hooks: H,
store: &mut Store<'_>,
) -> Result<(), RuntimeError>
Expand description
Interprets wasm native functions. Parameters and return values are passed on the stack.