fn getEmittedBin(self: *Compile) LazyPath
Returns the path to the generated executable, library or object file. To run an executable built with zig build, use run, or create an install step and invoke it.
run
self: *Compile,