diff --git a/src/bin/wasmer.rs b/src/bin/wasmer.rs index 432149f5f..7b5c3e400 100644 --- a/src/bin/wasmer.rs +++ b/src/bin/wasmer.rs @@ -18,8 +18,8 @@ use wasmer_clif_backend::CraneliftCompiler; #[cfg(feature = "backend-llvm")] use wasmer_llvm_backend::LLVMCompiler; use wasmer_runtime::{ - cache::{Cache as BaseCache, FileSystemCache, WasmHash, VERSION}, - Func, Value, + cache::{Cache as BaseCache, FileSystemCache, WasmHash}, + Func, Value, VERSION, }; use wasmer_runtime_core::{ self,