mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
9 lines
140 B
Rust
9 lines
140 B
Rust
mod backend;
|
|
mod file_descriptor;
|
|
mod stdio;
|
|
#[macro_use]
|
|
mod macros;
|
|
|
|
pub use backend::get_backend_from_str;
|
|
pub use stdio::StdioCapturer;
|