Open
Description
I would like to build a project that runs on the Moxie Virtual CPU which runs a PowerPC. Moxie has a complete GNU toolchain for C/C++ development. Furthermore there is already a target powerpc-unknown-linux-gnu
which seems applicable to this situation.
My question is whether rust already supports Moxie and how I would go about using it.