table & memory sections

This commit is contained in:
NikVolf
2017-03-30 23:57:36 +03:00
parent f1b30d648c
commit 7b6ea0a152
2 changed files with 60 additions and 5 deletions

View File

@ -8,7 +8,7 @@ mod import_entry;
pub use self::module::Module;
pub use self::section::Section;
pub use self::import_entry::ImportEntry;
pub use self::import_entry::{ImportEntry, MemoryType, TableType};
pub use self::primitives::{VarUint32, VarUint7, VarUint1, VarInt7, Uint32, CountedList};
pub use self::types::ValueType;