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