aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkwasm/guest/src
Commit message (Collapse)AuthorAgeFilesLines
* feat(zkvms/zkwasm): Proper handling of input strings and hashmapsKamen Mladenov2025-02-061-0/+3
|
* feat(zkvms/zkwasm): Rework read macro into a procedural macro and improve ↵Kamen Mladenov2025-02-051-24/+1
| | | | type composition
* feat(zkvms/zkwasm): Proper Vec input type handlingKamen Mladenov2025-02-041-12/+2
| | | | Also handles multidimentional vec
* feat(zkvms/zkwasm): Implement proper handling of public and private inputsKamen Mladenov2025-02-031-6/+10
|
* feat(zkvms): Add zkwasm guest and it's macroKamen Mladenov2025-01-151-0/+54