Skip to content

Releases: exyi/anyexec2C

v1.3

30 Oct 08:23
Compare
Choose a tag to compare

Changelog

  • generated C code no longer touches disk - it transitions to the new executable entirely in memory using memfd_create
  • added C# and Python as code generation targets
  • massively simplified additions of new targets by using a proper template system

v1.2

01 Mar 15:39
0798b37
Compare
Choose a tag to compare

C# support and maybe something more

anyexec2c v1.1

29 Apr 18:31
Compare
Choose a tag to compare

Features:

  • direct build support (build, attach source code and bundle resulting executable) [-b]
    • D lang
    • Go
    • Rust
  • extract and execute any other executable [-x]
  • attach source code as comments [-c]
  • deliver any data files you like (no directories) [-a]

Changelog

  • added support for Rust and Go
  • automatically stripping compiled binaries when building

anyexec2c v1.0

29 Jan 18:41
Compare
Choose a tag to compare

Features:

  • deliver any data files you like (no directories) [-a]
  • extract and execute any executable [-x]
  • attach source code as comments [-c]
  • direct build support (build, attach source code and bundle resulting executable) [-b]
    • D lang