fn compile_leo_source_directory(
entry_file_path: &Path,
source_directory: &Path,
program_name: Symbol,
is_test: bool,
output_path: &Path,
handler: &Handler,
options: BuildOptions,
stubs: IndexMap<Symbol, Stub>,
network: NetworkName,
) -> Result<String>
Expand description
Compiles a Leo file. Writes and returns the compiled bytecode.