pub fn adapt_move_vm_result<T>(result: VMResult<T>) -> VMResult<T>
Expand description

The result returned by the stackless VM does not contain code offsets and indices. In order to do cross-vm comparison, we need to adapt the Move VM result by removing these fields.