Skip to content

Commit

Permalink
gate the use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Jan 31, 2024
1 parent 053aee8 commit 8557b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use std::string::ToString;
use std::sync::Arc;

use anyhow::{bail, Result};
#[cfg(feature = "sys")]
use wasmer::sys::Features;
use wasmer::*;
#[cfg(feature = "compiler")]
Expand Down

0 comments on commit 8557b3a

Please sign in to comment.