pub fn generate_elf_sol(guests: &[GuestListEntry]) -> Result<Vec<u8>>
Expand description
Generate source code for a Solidity library containing local paths to the ELF files of guest programs. Note that these paths will only resolve on the build machine, and are intended only for test integration.