mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
As suggested by @lvella . I'm not too sure about this actually. I agree that compiling Rust -> powdr-asm should have a separate pipeline somewhere, but before we could do Rust -> proof in a single command, and with this we can't anymore. - Do we expose the `prove` command and everything else here as well? That'd be a lot of duplicated code. - Do we force the user to first run `powdr-rs compile <rust_proj>` then `powdr pil/prove ...`? That's potentially worse UX than right now. - Do we keep all the Rust stuff in the `cli` crate?