This repository was archived by the owner on Oct 3, 2025. It is now read-only.
v0.6.0
[0.6.0] - 2024-03-27
All Commits: v0.5.0...v0.6.0
Added
ImportsandModuleare now cloneable (#9)
Changed
- Improved documentation and added more tests
- Tests can now be run on more targets (#11)
- Nightly version has been updated to fix broken builds in some cases (#12)
- Add
aarch64-apple-darwinandarmv7-unknown-linux-gnueabihftargets to CI (#12)
Removed
- Removed the
EndFuncinstruction, as it was already covered by theReturninstruction
This also fixes a weird bug that only occurred on certain nightly versions of Rust