Files
wasmer/src/apis/mod.rs

5 lines
124 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
2018-11-24 15:55:21 +01:00
pub use self::emscripten::{generate_emscripten_env, is_emscripten_module, align_memory};