Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/external/src/guides/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ digest = '0x3cff5b58a573dc9d25fd3c57130cc57e5b1b381dc58b5ae3594b390c59835e63'
values = [1, 2, 3, 4]

[[inputs.advice.map]]
digest = '0x20234ee941e53a15886e733cc8e041198c6e90d2a16ea18ce1030e8c3596dd38''
digest = '0x20234ee941e53a15886e733cc8e041198c6e90d2a16ea18ce1030e8c3596dd38'
values = [5, 6, 7, 8]
```

Expand Down
2 changes: 1 addition & 1 deletion docs/external/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The compiler toolchain consists of the following primary components:
read-only data. In the future we intend to support more variety in the structure of Wasm modules
we accept, but for the time being we're primarily focused on using this as the path for lowering
Rust to Miden.
- The compiler driver, in the form of the `midenc` executable, and a Rust crate, `midenc-compiler`
- The compiler driver, in the form of the `midenc` executable, and a Rust crate, `midenc-compile`
to allow integrating the compiler into other tools. This plays the same role as `rustc` does in
the Rust ecosystem.
- A Cargo extension, `cargo-miden`, that provides a convenient developer experience for creating
Expand Down