Skip to content

Commit

Permalink
Removed an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Mar 2, 2023
1 parent 9e7baf0 commit b07ff36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/cli/src/commands/create_exe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ use std::process::Stdio;
use tar::Archive;
use wasmer::*;
use wasmer_object::{emit_serialized, get_object_for_target};
use wasmer_types::{
compilation::symbols::ModuleMetadataSymbolRegistry, ModuleInfo, SymbolRegistry,
};
use wasmer_types::{compilation::symbols::ModuleMetadataSymbolRegistry, ModuleInfo};
use webc::v1::{ParseOptions, WebCMmap};

const LINK_SYSTEM_LIBRARIES_WINDOWS: &[&str] = &["userenv", "Ws2_32", "advapi32", "bcrypt"];
Expand Down

0 comments on commit b07ff36

Please sign in to comment.