This package is the runtime libraries required for zeam to run in zkVMs.
Only powdr support has been worked so far, with other zkVM in progress.
> zig build
This will produce a file in zig-out/bin
.
From the powdr interface:
> mkdir output
> cargo run --bin powdr-rs riscv-elf ../zeam-poc/zig-out/bin/zeam-poc -o output
The powdr asm file will be found in output/main.asm
, which can be used:
> cargo run -r --bin powdr-rs execute output/zeam-poc.asm