pub fn get_memory_input_and_out_ranges(
interpreter: &mut Interpreter<impl InterpreterTypes>,
) -> Option<(Range<usize>, Range<usize>)>
Expand description
Gets memory input and output ranges for call instructions.
pub fn get_memory_input_and_out_ranges(
interpreter: &mut Interpreter<impl InterpreterTypes>,
) -> Option<(Range<usize>, Range<usize>)>
Gets memory input and output ranges for call instructions.