Files
lez-programs/programs/stablecoin/methods/build.rs
T

5 lines
136 B
Rust
Raw Normal View History

2026-05-11 17:14:27 -03:00
//! Build script that embeds the stablecoin RISC Zero guest ELF as host-side constants.
fn main() {
risc0_build::embed_methods();
}