Function create_vm_with_options

Source
pub fn create_vm_with_options(
    instructions: &[BinaryInstruction],
    prepared_constant_memory: &[u8],
    vm_options: &VmOptions,
) -> Vm