Vašek Šraier
Vašek Šraier
Have a look at [UPX](https://upx.github.io/). This project implements compression really well and it should help. If I remember correctly, it worked with Recodex.
> @mvolfik But if I understand correctly, UPX compresses the binary while keeping it working as before, no? Kind of. It converts the executable into an self-extracting compressed archive. There...
> However, the real question is, why one should use anyexec in ReCodEx at all. ReCodEx currently supports a wide variety of runtime environments (including two types of Rust projects)...
Hi! I love the boot-loader snippet. It's really neat! Great idea. Adding it to our generated C-code would allow us to add another target language (shell) without changing much. I...