Files
powdr/examples/fibonacci
Lucas Clemente Vella 0ed9db7fb6 Fix lint on log calls. (#2589)
Log crate now has clippy enabled for its arguments
2025-03-25 18:46:26 +00:00
..
2024-12-29 10:28:07 +00:00
2025-03-25 18:46:26 +00:00

powdrVM Fibonacci example

This example computes Fibonacci in the guest and demonstrates the case when the execution trace is split into multiple chunks.

If you're curious about what happens internally, run:

RUST_LOG=info cargo run -r