Skip to content

Commit

Permalink
add feature gate on import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Mar 28, 2019
1 parent 21304cb commit ce22818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/wasmer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ use wasmer::*;
use wasmer_emscripten;
use wasmer_runtime::cache::{Cache as BaseCache, FileSystemCache, WasmHash, WASMER_VERSION_HASH};
use wasmer_runtime_core::backend::CompilerConfig;
#[cfg(feature = "wasi")]
use wasmer_wasi;

#[derive(Debug, StructOpt)]
Expand Down

0 comments on commit ce22818

Please sign in to comment.