aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkwasm/host/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix(zkvms/zkwasm): Change default output paths to /tmpKamen Mladenov2025-05-051-3/+3
|
* chore: cargo fmtKamen Mladenov2025-05-021-4/+5
|
* feat(zkvms_guest_io): Output proof sizeKamen Mladenov2025-05-021-0/+7
| | | | | | | In each zkVM we'll write the size to /tmp/proof_size and then guest_io will read that value and place it inside our metrics output. This is not the most elegant, and in certain zkVMs the file output is a part of the benchmark timing, but it will have to do.
* fix(zkvms/zkwasm): Explicit type in argumentKamen Mladenov2025-04-231-1/+1
| | | | | In certain cases, we would get errors that the "x" type cannot be inferred.
* feat(zkvms/zkwasm): Export macro which converts to bytes vector as a libraryKamen Mladenov2025-03-051-77/+4
|
* chore: Rust fmtKamen Mladenov2025-02-271-58/+47
|
* docs(zkvms/zkwasm): Add detailed documentation commentsKamen Mladenov2025-02-101-0/+16
|
* feat(zkvms/zkwasm): Add benchmarking capabilityKamen Mladenov2025-02-071-13/+15
|
* feat(zkvms/zkwasm): Proper handling of input strings and hashmapsKamen Mladenov2025-02-061-22/+24
|
* feat(zkvms/zkwasm): Use path input type and move container size information ↵Kamen Mladenov2025-02-061-43/+98
| | | | to host
* feat(zkvms/zkwasm): Implement proper handling of public and private inputsKamen Mladenov2025-02-031-7/+34
|
* feat(zkvms/zkwasm): Update Cargo.lock, make variables depend on environment ↵Kamen Mladenov2025-01-311-10/+31
| | | | and use default environments
* feat(zkvms/zkwasm): Adapt to new input typeKamen Mladenov2025-01-281-14/+16
|
* feat(zkvms): Add zkwasm hostKamen Mladenov2025-01-151-0/+74