| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Pass guest entrypoint type to host | Kamen Mladenov | 2025-01-30 | 1 | -0/+6 |
| | | |||||
| * | chore(guests_macro): Split entrypoint macro string onto multiple lines | Kamen Mladenov | 2025-01-30 | 1 | -1/+6 |
| | | |||||
| * | fix(guests_macro): Do not skip joint characters which arent ':' | Kamen Mladenov | 2025-01-28 | 1 | -1/+1 |
| | | | | | | For example, in `Vec<...>`, `<` is Joint and before it would get skipped. | ||||
| * | feat(guests_macro): Implement args_divide_grouped | Kamen Mladenov | 2025-01-22 | 1 | -4/+11 |
| | | | | | Use it in multiple zkVMs, simplifying codebase | ||||
| * | fix(guests_macro): Make make_wrapper call use curly braces, since it expands ↵ | Kamen Mladenov | 2025-01-17 | 1 | -1/+1 |
| | | | | | to items | ||||
| * | fix(guests_macro): Remove trailing comma from group_streams output | Kamen Mladenov | 2025-01-16 | 1 | -1/+1 |
| | | |||||
| * | feat(guests_macro): Make split_fn remove -> from return type | Kamen Mladenov | 2025-01-16 | 2 | -2/+6 |
| | | |||||
| * | feat(guests_macro): Add initial implementation | Kamen Mladenov | 2025-01-09 | 3 | -0/+154 |
