Skip to content
Merged
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
99 changes: 0 additions & 99 deletions ceno_emul/src/chunked_vec.rs

This file was deleted.

7 changes: 3 additions & 4 deletions ceno_emul/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ pub use platform::{CENO_PLATFORM, Platform};
mod tracer;
pub use tracer::{
Change, FullTracer, LatestAccesses, MemOp, NextAccessPair, NextCycleAccess, PreflightTracer,
ReadOp, StepRecord, Tracer, WriteOp,
PreflightTracerConfig, ReadOp, ShardPlanBuilder, StepCellExtractor, StepRecord, Tracer,
WriteOp,
};

mod vm_state;
Expand Down Expand Up @@ -54,7 +55,5 @@ pub use syscalls::{

pub mod utils;

pub mod test_utils;

mod chunked_vec;
pub mod host_utils;
pub mod test_utils;
Loading