Commit f9bcb588 authored by protolambda's avatar protolambda Committed by GitHub

Merge pull request #124 from TomTaehoonKim/fix/docs

Fix typo
parents 7e8fe452 ec4d9e28
...@@ -26,7 +26,7 @@ by simply inserting jumps to the return-address, before the functions spin up an ...@@ -26,7 +26,7 @@ by simply inserting jumps to the return-address, before the functions spin up an
This is an instrumented emulator, also running big-endian 32-bit MIPS, that executes one step at a time, This is an instrumented emulator, also running big-endian 32-bit MIPS, that executes one step at a time,
and maintains the same state as used for onchain execution. and maintains the same state as used for onchain execution.
The difference is that has access to the full memory, and pre-image oracle. The difference is that it has access to the full memory, and pre-image oracle.
And as it executes each step, it can optionally produce the witness data for the step, to repeat it onchain. And as it executes each step, it can optionally produce the witness data for the step, to repeat it onchain.
The Cannon CLI is used to load a program into an initial state, The Cannon CLI is used to load a program into an initial state,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment