pub fn initialize_vm(
vm: &mut VirtualMachine,
data_len: usize,
) -> Result<(), Box<CairoRunError>>Expand description
Initializes a VM by adding a new segment with builtins cost and a necessary pointer at the end of the program, as well as placing the arguments at the initial AP values.