Skip to content

Commit

Permalink
Always import ModuleInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Jan 19, 2023
1 parent 54f0f0c commit c1fec2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compiler/src/engine/inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ use std::sync::{Arc, Mutex};
#[cfg(not(target_arch = "wasm32"))]
use wasmer_types::{
entity::PrimaryMap, DeserializeError, FunctionBody, FunctionIndex, FunctionType,
LocalFunctionIndex, ModuleInfo, SignatureIndex,
LocalFunctionIndex, SignatureIndex,
};
use wasmer_types::{CompileError, Features, Target};
use wasmer_types::{CompileError, Features, ModuleInfo, Target};
#[cfg(not(target_arch = "wasm32"))]
use wasmer_types::{CustomSection, CustomSectionProtection, SectionIndex};
#[cfg(not(target_arch = "wasm32"))]
Expand Down

0 comments on commit c1fec2f

Please sign in to comment.