I have written some code and want to package it into an executable file for Wince. It works fine on Win10, but not on the Wince system. I am new to Rust and not familiar with cross-compiling. I have not been able to find the corresponding triplet. I hope someone can help me with my doubts.
Insofar as I am aware, Rust doesn't support Windows CE. There's a list of Rust's supported platforms. Given that CE reached end-of-life in October last year, I wouldn't expect it to get official support at all, though anything is possible if someone is dedicated/crazy enough to implement it themselves.