Skip to content

Commit 567fc74

Browse files
committed
cairo -> sierra
1 parent a6858ab commit 567fc74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/compilation_walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Compilation walkthrough
22

33
This section describes the entire process Cairo Native goes through to compile a
4-
Cairo program to either a shared library (and how to use it) or a MLIR module
4+
Sierra program to either a shared library (and how to use it) or a MLIR module
55
for use in the JIT engine.
66

77
## General flow

src/bin/starknet-native-compile.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ use clap::Parser;
1111

1212
/// Given a Sierra file (as saved in Starknet's contract tree), extracts the sierra_program
1313
/// from it into readable Sierra code, compiles it to a shared library, and saves the result
14-
/// to the given output path. Keep in mind, that when specifying the
15-
/// output file path it should have a .so extension in Linux and a .dylib extension in Macos.
14+
/// to the given output path. Keep in mind, that when specifying the output file path it should
15+
/// have a .so extension in Linux and a .dylib extension in Macos.
1616
#[derive(Parser, Debug)]
1717
#[clap(version, verbatim_doc_comment)]
1818
struct Args {

0 commit comments

Comments
 (0)