cairo-vm
cairo-vm copied to clipboard
Avoid Sierra and casm compilation
Now the cairo1-run crate receives the cairo program and compiled first to sierra and then to casm. To improve the performance, we can avoid this by modifying the run function to receive the casm code
#1702 allows avoiding sierra compilation, but data from the sierra is still needed so we can't use the casm directly (yet)