redoxer
The tool used to build/run Rust programs (and C/C++ programs with zero dependencies) inside of a Redox VM, the Redox GitLab CI use a Docker image with redoxer pre-installed.
A pre-built Docker image can be found on Docker Hub
Commands
cargo install redoxer- installredoxertool.redoxer toolchain- installredoxertoolchain.redoxer build- build project withredoxer.redoxer run- run project withredoxer.redoxer test- test project withredoxer.redoxer exec echo hello- run arbitrary executable withredoxer.