Skip to content

Commit efbfb48

Browse files
committed
add missing import
1 parent 1ea5134 commit efbfb48

File tree

1 file changed

+1
-0
lines changed
  • crates/wasmi/src/engine/executor/handler

1 file changed

+1
-0
lines changed

crates/wasmi/src/engine/executor/handler/state.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ use crate::{
2323
};
2424
use alloc::vec::Vec;
2525
use core::{
26+
mem,
2627
ptr::{self, NonNull},
2728
slice,
2829
};

0 commit comments

Comments
 (0)