mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
Remove unused extern crates
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
extern crate structopt;
|
extern crate structopt;
|
||||||
extern crate wasmer;
|
|
||||||
|
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io;
|
use std::io;
|
||||||
|
15
src/lib.rs
15
src/lib.rs
@ -1,22 +1,9 @@
|
|||||||
extern crate cranelift_codegen;
|
|
||||||
extern crate cranelift_entity;
|
|
||||||
extern crate cranelift_native;
|
|
||||||
extern crate cranelift_wasm;
|
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
extern crate region;
|
extern crate region;
|
||||||
extern crate structopt;
|
|
||||||
extern crate wabt;
|
|
||||||
extern crate wasmer_clif_backend;
|
|
||||||
extern crate wasmer_runtime;
|
extern crate wasmer_runtime;
|
||||||
extern crate wasmparser;
|
|
||||||
// extern crate wasmer_emscripten;
|
// extern crate wasmer_emscripten;
|
||||||
extern crate byteorder;
|
|
||||||
extern crate console;
|
|
||||||
#[cfg_attr(test, macro_use)]
|
|
||||||
extern crate field_offset;
|
|
||||||
extern crate indicatif;
|
|
||||||
pub extern crate nix; // re-exported for usage in macros
|
pub extern crate nix; // re-exported for usage in macros
|
||||||
extern crate rayon;
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
extern crate winapi;
|
extern crate winapi;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user