compiler app
dmd and others suggested a compiler app. The tamper-proof nature of the internet computer means you can trust the binary such a compiler produces, as long as you trust that the compiler's code is correct.
I've built a bunch of toy compilers that run on webpages. I could easily port one of them to DFINITY.
As for trusting the compiler's code: this requires some API call that lets anyone retrieve the hash of the wasm code powering a canister. (With this hash, it's then "merely" a matter of verifying the wasm code indeed compiles code correctly.)
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.