mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-07-01 23:52:02 +00:00
elements & data section
This commit is contained in:
@ -9,6 +9,7 @@ mod export_entry;
|
||||
mod global_entry;
|
||||
mod ops;
|
||||
mod func;
|
||||
mod segment;
|
||||
|
||||
pub use self::module::Module;
|
||||
pub use self::section::Section;
|
||||
@ -19,6 +20,7 @@ pub use self::primitives::{VarUint32, VarUint7, VarUint1, VarInt7, Uint32, Uint6
|
||||
pub use self::types::{ValueType, BlockType};
|
||||
pub use self::ops::{Opcode, Opcodes, InitExpr};
|
||||
pub use self::func::{FuncBody, Local};
|
||||
pub use self::segment::{ElementSegment, DataSegment};
|
||||
|
||||
pub trait Deserialize : Sized {
|
||||
type Error;
|
||||
|
Reference in New Issue
Block a user