data segment builder

This commit is contained in:
NikVolf
2017-06-09 15:17:12 +03:00
parent 6eae241656
commit a6c67d2f93
4 changed files with 24 additions and 2 deletions

View File

@ -9,6 +9,7 @@ mod memory;
mod table;
mod export;
mod global;
mod data;
pub use self::module::{module, from_module, ModuleBuilder};
pub use self::code::{signatures, signature, function};