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
- Install the tool
- Install the Redox toolchain
- Build the Rust program or library with Redoxer
- Run the Rust program on Redox
- Test the Rust program or library with Redoxer
- Run arbitrary executable (
echo hello) with Redoxer