serialization stubs

This commit is contained in:
NikVolf
2017-04-03 15:56:37 +03:00
parent 5adcae761c
commit ce0c1551fa
4 changed files with 34 additions and 8 deletions

View File

@ -18,7 +18,7 @@ pub use self::export_entry::{ExportEntry, Internal};
pub use self::global_entry::GlobalEntry;
pub use self::primitives::{
VarUint32, VarUint7, VarUint1, VarInt7, Uint32,
Uint64, VarUint64, CountedList, CountedWriter,
Uint64, VarUint64, CountedList, CountedWriter, CountedListWriter,
};
pub use self::types::{ValueType, BlockType};
pub use self::ops::{Opcode, Opcodes, InitExpr};