From 714bf6ab6b8aea642c46600181c96cbe053c6046 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Mon, 29 Jul 2019 18:35:59 -0700 Subject: [PATCH] Fixed imports --- src/bin/wasmer.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,