examples icon indicating copy to clipboard operation
examples copied to clipboard

compiler app

Open blynn opened this issue 5 years ago • 1 comments

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.)

blynn avatar Mar 26 '20 18:03 blynn

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jul 02 '24 01:07 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jul 16 '24 01:07 github-actions[bot]