Files
wasmer/src/apis/mod.rs

6 lines
87 B
Rust
Raw Normal View History

2018-11-13 19:19:23 -08:00
pub mod emscripten;
2018-11-20 20:11:58 +01:00
pub mod host;
2018-11-13 19:19:23 -08:00
pub use self::emscripten::generate_emscripten_env;
2018-11-20 20:11:58 +01:00