Refactor api code and doc

This commit is contained in:
Steve Akinyemi
2018-11-20 20:11:58 +01:00
parent 70e3262bf8
commit 771dae7feb
32 changed files with 796 additions and 2332 deletions

5
src/apis/mod.rs Normal file
View File

@ -0,0 +1,5 @@
pub mod emscripten;
pub mod host;
pub use self::emscripten::generate_emscripten_env;