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