From 94cadac2be613879429c89bd2d5f9c7ccea9f730 Mon Sep 17 00:00:00 2001 From: Michael Baikov Date: Wed, 30 Nov 2022 13:45:40 -0500 Subject: [PATCH] Replace cargo-asm with cargo-show-asm cargo-asm is no longer maintained, cargo-show-asm is a working replacement https://github.com/gnzlbg/cargo-asm/issues/244 --- DEVELOP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOP.md b/DEVELOP.md index d6e33a591..7350900ee 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -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.