Expand description

risc0-build

This crate contains helper functions to assist with building guest side code, and using it in host side code.

[TODO: Examples]

Functions

Builds a crate for the RISC-V guest target.

Build all RISC-V ELF binaries specified by risc0 methods metadata.

Embeds methods built for RISC-V for use by host-side dependencies.

Called inside the guest crate’s build.rs to do special linking for the ZKVM