Returns the path to the generated assembly code.
pub fn getEmittedAsm(compile: *Compile) LazyPath
pub fn getEmittedAsm(compile: *Compile) LazyPath { return compile.getEmittedFileGeneric(&compile.generated_asm); }