Open
Description
It might be nice to check in pre-assembled binaries to avoid downstream users to have to require nasm, that way a build.rs can just link them directly from instead. Additionally one could do a CI step to make sure the binaries are up-to-date for whenever those lower level parts change and need to be rebuilt.
Alternatively - though this might not be usable directly, it might be an option to switch to inline assembly now that it's been stabilized on Rust 1.59. Since I'm not familiar with the inner workings of this project - it might not be possible.
Activity