Skip to content

Releases: AnyVM/cross-build-tooling

v0.0.7

29 Jun 02:57
39cf098
Compare
Choose a tag to compare

Version 0.0.7 Release Notes:

Switched cross build target to mips32 big endian for enhanced compatibility.
Transitioned from OpenSSL to LibreSSL for improved security and performance.
Fixed bugs and made stability enhancements.
We value your feedback and encourage you to share any issues or suggestions through our community forum or GitHub issue tracker.
Thank you for continuing to support our project. Stay tuned for more updates and improvements in the future!

v0.0.6

06 May 00:46
3705ede
Compare
Choose a tag to compare

With this update, we've added build flags to static link the atomic library, making it an integral part of the project's build process, allowing for the production of fully static builds of the MoveUp VM

v0.0.5

23 Apr 07:30
1e32253
Compare
Choose a tag to compare

This update includes a significant improvement to the performance and size of your binaries. With the latest release, debug symbols are now stripped from binaries produced by Cross Build Tooling. This means that binaries created with this version will be smaller and faster than previous versions.

v0.0.4

23 Apr 07:03
8f62d58
Compare
Choose a tag to compare

This release introduces static linking of crt and OpenSS libraries, which improves the portability and performance of the toolchain.

v0.0.3

21 Apr 08:32
b589f87
Compare
Choose a tag to compare
  • Fixes for the OPENSSL_DIR environment variable path to provide better support, robustness, and flexibility for building OpenSSL libraries.
  • Addition of linker flags for atomic

v0.0.2

17 Apr 05:31
33be779
Compare
Choose a tag to compare
  • Improved build process now uses the OPENSSL_DIR environment variable to automatically find OpenSSL during the build, and allows for more flexibility and ease of use.

v0.0.1

14 Apr 07:20
58ff593
Compare
Choose a tag to compare
  1. Support for cross-building MoveUp Prover and Verifier binaries for the MIPS architecture.
  2. The Docker image has been bundled with OpenSSL v1.1.s.