summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAge
* Report correct length after truncationBen Bridle2025-09-15
| | | | | | After the trailing null bytes have been truncated from the end of the assembled program, the length being reported was the original untruncated length of the program, not the new length.
* Initial commitBen Bridle2025-07-03