❯ rustup show
Default host: x86_64-unknown-linux-gnu
rustup home: /home/benjamin/.rustup
stable-x86_64-unknown-linux-gnu (default)
rustc 1.84.0 (9fc6b4312 2025-01-07)
❯ cargo asm --version
Version: 0.2.47
❯ cargo asm --bin arnis --no-default-features
<lots of output since it is compiling...>
Error: Cannot locate the path to the asm file
Originally posted by @benjamin051000 in #82