1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-30 22:41:03 +00:00

9 lines
140 B
Rust
Raw Normal View History

2020-04-15 16:31:05 -07:00
mod backend;
mod file_descriptor;
2020-04-15 18:18:18 -07:00
mod stdio;
#[macro_use]
mod macros;
2020-04-15 16:31:05 -07:00
pub use backend::get_backend_from_str;
2020-04-15 18:18:18 -07:00
pub use stdio::StdioCapturer;