1 2 3 4 5 6
use wrapper_macro::make_wrapper; use risc0_zkvm::guest::env::{ read, commit }; fn main() { zkp::entrypoint_expr!() }