global builder

This commit is contained in:
NikVolf
2017-05-09 17:34:36 +03:00
parent 1fae5952e1
commit 81f79e84e7
4 changed files with 93 additions and 2 deletions

View File

@ -6,8 +6,10 @@ mod code;
mod misc;
mod import;
mod export;
mod global;
pub use self::module::{module, from_module, ModuleBuilder};
pub use self::code::{signatures, signature, function};
pub use self::import::import;
pub use self::export::export;
pub use self::export::export;
pub use self::global::global;