pub fn exec_with_dump<T>(env: &mut SloshVm, input: T) -> Valuewhere T: AsRef<str> + 'static,
Same as exec() but dump the registers and disassembled bytecode after executing. Only use this when debugging a test, otherwise use exec().