Skip to content

Commit

Permalink
Import GlobalIdx from crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Jul 19, 2023
1 parent 73a5480 commit 4b0c46d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/wasmi/src/patches.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//! Gear patches to WASMI

use crate::{
global::{GlobalEntity, GlobalIdx},
global::GlobalEntity,
store::{StoreIdx, Stored},
Global,
GlobalIdx,
};
use alloc::sync::Arc;
use core::marker::PhantomData;
Expand Down

0 comments on commit 4b0c46d

Please sign in to comment.