Skip to content

Commit

Permalink
Replace cargo-asm with cargo-show-asm
Browse files Browse the repository at this point in the history
cargo-asm is no longer maintained, cargo-show-asm is a working replacement

gnzlbg/cargo-asm#244
  • Loading branch information
pacak committed Nov 30, 2022
1 parent 3db37a8 commit 94cadac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ To ease your development we encourage you to install the following cargo subcomm

- [`expand`](https://github.com/dtolnay/cargo-expand) to dump what macros expand into.

- [`asm`](https://github.com/gnzlbg/cargo-asm) to dump assembly or LLVM IR (the latter via `cargo llvm-ir`).
- [`asm`](https://crates.io/crates/cargo-show-asm) to dump assembly, LLVM IR, MIR or Wasm.

- [`llvm-lines`](https://github.com/dtolnay/cargo-llvm-lines) to inspect code bloat.

Expand Down

0 comments on commit 94cadac

Please sign in to comment.