Run NASM during your Cargo build to assemble assembly files.
# Cargo.toml
[dependencies]
nasm-rs = "0.3.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compiles an assembly file using NASM during the build process.
Install NASM via your package manager (e.g., apt install nasm, brew install nasm).
No dependency data recorded yet.