mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-07-01 07:32:05 +00:00
all opcodes
This commit is contained in:
@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user