You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 thecargo-asm
seems to only support emit indivudual functions. So is there a way to produce the final linked program's asm?The text was updated successfully, but these errors were encountered: