aboutsummaryrefslogtreecommitdiff
path: root/zkvms/jolt/wrapper_macro
Commit message (Collapse)AuthorAgeFilesLines
* chore: Rust fmtKamen Mladenov2025-02-271-9/+37
|
* chore: Update zkVM packagesKamen Mladenov2025-02-261-1/+1
| | | | | | | | This includes: - Updating flake.lock - Updating all host and guest Cargo.toml and Cargo.lock files - Making zkvm default.nix file modifications to account for toolchain and setup changes
* docs(zkvms/jolt): Add detailed documentation commentsKamen Mladenov2025-02-101-1/+36
|
* feat(zkvms): Add jolt guest and it's macroKamen Mladenov2025-01-172-0/+163
Had to reimplement and modify the build macro function so it would take an elf path, instead of always doing a manual build. Additionally, had to hard-code a **lot** of values.