pub fn compile_program(
    file_path: &str,
    dependency_paths: &[&str]
) -> Result<Vec<u8>>
Expand description

Compile Move program