We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are using in forge the cairo_lang_sierra::program::Program class and compiling it down to CASM with cairo_lang_sierra_to_casm::compiler::compile.
cairo_lang_sierra::program::Program
cairo_lang_sierra_to_casm::compiler::compile
This binary should be able to compile that artifact as well
Reference: https://github.com/foundry-rs/starknet-foundry/blob/master/crates/forge-runner/src/sierra_casm_runner.rs#L67
The text was updated successfully, but these errors were encountered:
war-in
Successfully merging a pull request may close this issue.
We are using in forge the
cairo_lang_sierra::program::Program
class and compiling it down to CASM withcairo_lang_sierra_to_casm::compiler::compile
.This binary should be able to compile that artifact as well
Reference:
https://github.com/foundry-rs/starknet-foundry/blob/master/crates/forge-runner/src/sierra_casm_runner.rs#L67
The text was updated successfully, but these errors were encountered: