Skip to content

v0.4.0

Compare
Choose a tag to compare
@ronnychevalier ronnychevalier released this 20 May 16:16
· 117 commits to main since this release

Version 0.4.0

Changed

  • Changed the runner to use compressed binary patches instead of compressing each version to reduce the size of the resulting runner.
    The runner now contains a compressed source binary and a set of compressed binary patches.
    When executed, the runner will patch the source binary with a patch that relies on CPU features that the host has and run the resulting binary.
  • Updated dependencies
  • Improved the error messages of the runner's build script.