This commit is contained in:
losfair
2019-03-19 20:01:38 +08:00
parent 61abe70042
commit a006a368c5
3 changed files with 1 additions and 25 deletions

View File

@ -3,7 +3,7 @@ use crate::{
memory::Memory,
module::ModuleInner,
structures::TypedIndex,
types::{FuncIndex, LocalOrImport, MemoryIndex},
types::{LocalOrImport, MemoryIndex},
};
use std::{ffi::c_void, mem, ptr};