1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-29 10:33:15 +03:00
juvix/app/Commands/Dev/DevCompile
Łukasz Czajka a4f551547b
RISC0 Rust backend (#2792)
* Adds a RISC0 backend which generates Rust code that can be compiled
with the official RISC0 toolchain.
* The RISC0 backend is a wrapper around the Rust backend.
* Adds the `risc0-rust` to the `compile` CLI command, which creates a
directory containing host and guest Rust sources for the RISC0 zkVM. The
generated code can be compiled/run using `cargo` from inside the created
directory (requires having RISC0 installed:
https://dev.risczero.com/api/zkvm/install).
2024-06-07 07:57:27 +02:00
..
Asm refactor --target into subcommands for dev tree compile and other improvements (#2713) 2024-04-16 17:32:44 +02:00
Casm refactor --target into subcommands for dev tree compile and other improvements (#2713) 2024-04-16 17:32:44 +02:00
Core refactor --target into subcommands for dev tree compile and other improvements (#2713) 2024-04-16 17:32:44 +02:00
NativeRust Rust backend (#2787) 2024-05-29 13:34:04 +02:00
Reg refactor --target into subcommands for dev tree compile and other improvements (#2713) 2024-04-16 17:32:44 +02:00
Rust Rust backend (#2787) 2024-05-29 13:34:04 +02:00
Tree refactor --target into subcommands for dev tree compile and other improvements (#2713) 2024-04-16 17:32:44 +02:00
Asm.hs Apply common options in dev compile subcommands (#2732) 2024-04-17 16:49:22 +02:00
Casm.hs Apply common options in dev compile subcommands (#2732) 2024-04-17 16:49:22 +02:00
Core.hs Apply common options in dev compile subcommands (#2732) 2024-04-17 16:49:22 +02:00
NativeRust.hs RISC0 Rust backend (#2792) 2024-06-07 07:57:27 +02:00
Options.hs Rust backend (#2787) 2024-05-29 13:34:04 +02:00
Reg.hs Apply common options in dev compile subcommands (#2732) 2024-04-17 16:49:22 +02:00
Rust.hs Rust backend (#2787) 2024-05-29 13:34:04 +02:00
Tree.hs Apply common options in dev compile subcommands (#2732) 2024-04-17 16:49:22 +02:00