aboutsummaryrefslogtreecommitdiff
path: root/zkvms/risc0/Justfile
blob: 9cd78fe50d392618b9c01a33269188875a112d06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
execute: build-guest
    time cargo run --bin host-risc0 --release -- execute

prove: build-guest
    time cargo run --bin host-risc0 --release -- prove

verify: build-guest
    time cargo run --bin host-risc0 --release -- verify

build-guest:
    cd guest && \
    cargo build --release --target riscv32im-risc0-zkvm-elf