I call some functions in main.rs, and compile it to a binay, but the --emit asm only produces the asm of main.rs, not the external function it is calling. And the cargo-asm seems to only support emit indivudual functions. So is there a way to produce the final linked program's asm?