This commit is contained in:
Mackenzie Clark
2019-03-24 17:35:37 -07:00
parent 0666a5375b
commit e59e57d8a5

View File

@ -1,4 +1,5 @@
use crate::codegen::{CodegenError, FunctionCodeGenerator, ModuleCodeGenerator};
use hashbrown::HashMap;
use wasmer_runtime_core::{
backend::{Backend, FuncResolver, ProtectedCaller},
module::{
@ -18,7 +19,6 @@ use wasmparser::{
Import, ImportSectionEntryType, InitExpr, ModuleReader, Operator, SectionCode, Type as WpType,
WasmDecoder,
};
use hashbrown::HashMap;
#[derive(Debug)]
pub enum LoadError {