all opcodes

This commit is contained in:
NikVolf
2017-03-31 05:22:49 +03:00
parent 210d9f4f02
commit 5b93ee2236
4 changed files with 321 additions and 4 deletions

View File

@ -12,7 +12,7 @@ pub use self::module::Module;
pub use self::section::Section;
pub use self::import_entry::{ImportEntry, MemoryType, TableType, External};
pub use self::export_entry::{ExportEntry, Internal};
pub use self::primitives::{VarUint32, VarUint7, VarUint1, VarInt7, Uint32, CountedList};
pub use self::primitives::{VarUint32, VarUint7, VarUint1, VarInt7, Uint32, Uint64, VarUint64, CountedList};
pub use self::types::{ValueType, BlockType};
pub use self::ops::{Opcode, Opcodes};