1
1
mirror of https://github.com/anoma/juvix.git synced 2024-10-05 20:47:36 +03:00
juvix/runtime
Ł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
..
c Rust runtime (#2782) 2024-05-22 12:26:51 +02:00
casm Rust runtime (#2782) 2024-05-22 12:26:51 +02:00
nockma Update Anoma nock stdlib (#2786) 2024-05-23 13:17:35 +02:00
rust RISC0 Rust backend (#2792) 2024-06-07 07:57:27 +02:00
tree Rust runtime (#2782) 2024-05-22 12:26:51 +02:00
vampir Rust runtime (#2782) 2024-05-22 12:26:51 +02:00
Makefile RISC0 Rust backend (#2792) 2024-06-07 07:57:27 +02:00