Skip to content

v0.6.0

Compare
Choose a tag to compare
@explodingcamera explodingcamera released this 27 Mar 10:34
· 54 commits to main since this release
v0.6.0
3904c64

[0.6.0] - 2024-03-27

All Commits: v0.5.0...v0.6.0

Added

  • Imports and Module 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 and armv7-unknown-linux-gnueabihf targets to CI (#12)

Removed

  • Removed the EndFunc instruction, as it was already covered by the Return instruction
    This also fixes a weird bug that only occurred on certain nightly versions of Rust