1
2
3
4
5
6
7
mod host;
mod instantiate;
mod syscalls;
mod translate;
mod wasm32;

pub use instantiate::instantiate_wasi_c;