Format with rustfmt.
This commit is contained in:
@@ -9,8 +9,8 @@ use cranelift_codegen::ir::{
|
||||
use cranelift_codegen::isa;
|
||||
use cranelift_codegen::settings;
|
||||
use cranelift_wasm::{
|
||||
self, FunctionIndex, Global, GlobalIndex, GlobalVariable, Memory, MemoryIndex, SignatureIndex, Table,
|
||||
TableIndex, WasmResult, translate_module,
|
||||
self, translate_module, FunctionIndex, Global, GlobalIndex, GlobalVariable, Memory,
|
||||
MemoryIndex, SignatureIndex, Table, TableIndex, WasmResult,
|
||||
};
|
||||
use module::{DataInitializer, Export, LazyContents, Module, TableElements};
|
||||
use target_lexicon::Triple;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
use cranelift_codegen::settings;
|
||||
use cranelift_codegen::settings::Configurable;
|
||||
use faerie::Artifact;
|
||||
use wasmtime_environ::{Module, Compilation, Relocations};
|
||||
use wasmtime_environ::{Compilation, Module, Relocations};
|
||||
|
||||
/// Emits a module that has been emitted with the `wasmtime-environ` environment
|
||||
/// implementation to a native object file.
|
||||
|
||||
Reference in New Issue
Block a user