Removed unnecessary files

This commit is contained in:
Syrus
2019-01-20 14:20:41 -08:00
parent a9056d580b
commit e8ccea44a5
10 changed files with 0 additions and 506 deletions

View File

@ -1,17 +1,8 @@
extern crate libc;
extern crate region;
extern crate wasmer_runtime;
// extern crate wasmer_emscripten;
pub extern crate nix; // re-exported for usage in macros
#[cfg(windows)]
extern crate winapi;
#[macro_use]
mod macros;
#[macro_use]
pub mod recovery;
pub mod common;
pub mod sighandler;
pub mod update;
pub mod webassembly;