Debug Execution Trace Size of Your Code
Last updated
Last updated
Execution trace size is critical to the performance of generating zk proof. This doc provides a way to print out the execution trace size of any code when running prove.
By compiling the code into a WASM image, you can follow to run prove on the WASM image. The trace size of your code will show up in cli output.
Alternatively, you can submit your prove task to , and the wasm_dbg
info will show up in the Debug Logs
section in the task overview page.