mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 04:38:25 +00:00
Run cargo fmt
This commit is contained in:
@@ -201,10 +201,10 @@ impl StoreOptions {
|
||||
use std::fmt;
|
||||
use std::fs::File;
|
||||
use std::io::Write;
|
||||
use wasmer_types::entity::EntityRef;
|
||||
use wasmer_compiler_llvm::{
|
||||
CompiledFunctionKind, InkwellMemoryBuffer, InkwellModule, LLVMCallbacks, LLVM,
|
||||
};
|
||||
use wasmer_types::entity::EntityRef;
|
||||
let mut config = LLVM::new();
|
||||
struct Callbacks {
|
||||
debug_dir: PathBuf,
|
||||
|
||||
Reference in New Issue
Block a user