Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 336 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 336 Bytes

Sierra Emulator

This program takes a Cairo program in Sierra representation as input and "emulates" it to obtain the sierra state at each step. It is meant as a debugging tool to compare the state against the results of running a Sierra program with Cairo Native.

Running the Program

cargo run <SIERRA PROGRAM> <ENTRYPOINT ID>