Fix formatting

This commit is contained in:
Lachlan Sneff
2019-01-12 17:53:17 -05:00
parent a983e9ce8b
commit f08f49fa38
67 changed files with 74127 additions and 15984 deletions

View File

@ -18,6 +18,7 @@ use std::mem;
use target_lexicon;
use wasmer_runtime::{
backend::SigRegistry,
memory::LinearMemory,
module::{
DataInitializer, ExportIndex, ImportName, ModuleInner as WasmerModule, TableInitializer,
},
@ -29,7 +30,6 @@ use wasmer_runtime::{
TableIndex as WasmerTableIndex, Type as WasmerType,
},
vm::{self, Ctx as WasmerVMContext},
memory::LinearMemory,
};
/// The converter namespace contains functions for converting a Cranelift module