pub fn ret<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)Expand description
Implements the RETURN instruction.
Halts execution and returns data from memory.
pub fn ret<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)Implements the RETURN instruction.
Halts execution and returns data from memory.