move stdio capture into runtime_core; rm emscripten dep in wasi

This commit is contained in:
Mark McCaskey
2019-05-17 13:30:10 -07:00
parent b9bb310215
commit ec9c5360ef
10 changed files with 13 additions and 122 deletions

View File

@ -24,9 +24,6 @@ use wasmer_runtime_core::{
#[macro_use]
mod macros;
//#[cfg(test)]
mod file_descriptor;
pub mod stdio;
// EMSCRIPTEN APIS
mod bitwise;