CalVM is a 32-bit virtual machine written in fully portable C, which allows it to run Callisto programs on platforms that Callisto does not support (that is when Callisto can compile to CalVM)
git clone https://github.com/callisto-lang/calvm --recursive
make
Or
cc source/*.c -std=c99 -o calvm