Fixed Caching in Windows lint and improved code

This commit is contained in:
Syrus Akbary
2019-07-29 18:29:20 -07:00
parent 7bceb08b64
commit 98b20d9240
3 changed files with 3 additions and 6 deletions

View File

@ -9,7 +9,7 @@ use std::{
use wasmer_runtime_core::cache::Error as CacheError;
pub use wasmer_runtime_core::{
backend::Backend,
cache::{Artifact, Cache, WasmHash, WASMER_VERSION},
cache::{Artifact, Cache, WasmHash},
};
/// Representation of a directory that contains compiled wasm artifacts.