Fixed imports

This commit is contained in:
Syrus Akbary 2019-07-29 18:35:59 -07:00
parent a056da1c15
commit 714bf6ab6b

View File

@ -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,