v0.6.0
[0.6.0] - 2024-03-27
All Commits: v0.5.0...v0.6.0
Added
Imports
andModule
are 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-darwin
andarmv7-unknown-linux-gnueabihf
targets to CI (#12)
Removed
- Removed the
EndFunc
instruction, as it was already covered by theReturn
instruction
This also fixes a weird bug that only occurred on certain nightly versions of Rust