diff options
Diffstat (limited to 'zkvms/risc0/host/src/main.rs')
| -rw-r--r-- | zkvms/risc0/host/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zkvms/risc0/host/src/main.rs b/zkvms/risc0/host/src/main.rs index 624b3f2..6428d84 100644 --- a/zkvms/risc0/host/src/main.rs +++ b/zkvms/risc0/host/src/main.rs @@ -6,6 +6,7 @@ use hex::FromHex; // https://github.com/risc0/risc0/blob/881e512732eca72849b2d0e263a1242aba3158af/risc0/build/src/lib.rs#L280-L284 static HELLO_GUEST_ELF: &[u8] = include_bytes!("./guest"); // https://github.com/risc0/risc0/blob/881e512732eca72849b2d0e263a1242aba3158af/risc0/build/src/lib.rs#L255 +// Generated by Nix, see zkvms/risc0/default.nix static HELLO_GUEST_ID: &str = env!("GUEST_ID"); fn build_env(input: &Input) -> ExecutorEnv { |
