Improved imports

This commit is contained in:
Syrus
2020-04-21 23:24:50 -07:00
parent feef35364b
commit cdd51ad14a
11 changed files with 20 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ use crate::std::vec::Vec;
use crate::FunctionBodyData;
use crate::ModuleTranslationState;
use wasm_common::entity::PrimaryMap;
use wasm_common::{LocalFuncIndex, Features, FuncType, MemoryIndex, TableIndex};
use wasm_common::{Features, FuncType, LocalFuncIndex, MemoryIndex, TableIndex};
use wasmer_runtime::Module;
use wasmer_runtime::{MemoryPlan, TablePlan};
use wasmparser::{validate, OperatorValidatorConfig, ValidatingParserConfig};