Skip to content

Commit

Permalink
Add missing wasm import
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Nov 23, 2023
1 parent 1a81ed1 commit 54c4ac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm/src/vm/trace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pub mod trace_entry {
use crate::{
types::relocatable::Relocatable,
vm::errors::{memory_errors::MemoryError, trace_errors::TraceError},
stdlib::prelude::*,
};

///A trace entry for every instruction that was executed.
Expand Down

0 comments on commit 54c4ac2

Please sign in to comment.