Each example contains two crates:
guest/: guest program built with the Airbender toolchain.host/: native runner that executes, proves, and verifies the guest program.
From a guest directory:
cargo airbender buildFrom the corresponding host directory:
cargo runTo generate and verify a proof:
cargo run -- --provefibonacciu256-add(no_std +ruint)std-btreemap(std +BTreeMap)