openvm_sdk::fs

Function write_exe_to_file

Source
pub fn write_exe_to_file<P: AsRef<Path>>(
    exe: VmExe<BabyBear>,
    path: P,
) -> Result<()>