We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2822583 commit 717935eCopy full SHA for 717935e
docs/overview.md
@@ -109,7 +109,7 @@ The code is laid out in the following sections:
109
├─ libfuncs.rs Cairo Sierra libfunc glue code & implementations.
110
├─ metadata.rs Metadata injector to use within the compilation process.
111
├─ module.rs The MLIR module wrapper.
112
- ├─ runtime.rs Methods that need to use the Rust runtime
+ ├─ runtime.rs Extern functions invoked from the compiled code.
113
├─ starknet_stub.rs
114
├─ starknet.rs Starknet syscall handler glue code.
115
├─ types.rs Conversion from Sierra to MLIR types. Cairo to MLIR type information.
0 commit comments