wasmer/src/apis/host/mod.rs

5 lines
59 B
Rust
Raw Normal View History

2018-11-20 20:11:58 +01:00
mod posix;
// TODO: Make portable
pub use self::posix::*;