Skip to content

blockblaz/zeam-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zeam-runtime

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.

powdr

Build

> zig build

This will produce a file in zig-out/bin.

Running

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published