Skip to main content

ret

Function ret 

pub fn ret<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the RETURN instruction.

Halts execution and returns data from memory.