mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-30 15:11:55 +00:00
table & memory sections
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user