Skip to content

Commit

Permalink
WIP: feat: JS callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann committed Oct 14, 2023
1 parent e5fb591 commit cb00b68
Show file tree
Hide file tree
Showing 3 changed files with 790 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/edr_evm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub use revm::{
InstructionResult, Interpreter, OPCODE_JUMPMAP,
},
primitives::*,
Inspector,
EVMData, Inspector,
};

pub use crate::{
Expand Down
2 changes: 2 additions & 0 deletions crates/edr_evm_napi/src/trace.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
mod js_tracer;

use std::mem;

use edr_evm::trace::BeforeMessage;
Expand Down
Loading

0 comments on commit cb00b68

Please sign in to comment.