sp1-core-executor 6.1.0

RISC-V executor for SP1
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![allow(clippy::items_after_statements)]
pub use arch::*;
pub use postprocess::chunked_memory_init_events;
pub use sp1_jit::TraceChunkRaw;

mod arch;
mod ecall;
mod hint;
mod postprocess;
mod precompiles;
mod write;

#[cfg(test)]
mod tests;