mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 05:01:33 +00:00
5 lines
151 B
Rust
5 lines
151 B
Rust
pub mod emscripten;
|
|
pub mod host;
|
|
|
|
pub use self::emscripten::{align_memory, generate_emscripten_env, is_emscripten_module, copy_cstr_array_into_wasm};
|