mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-24 13:11:34 +00:00
5 lines
103 B
Rust
5 lines
103 B
Rust
|
extern crate byteorder;
|
||
|
|
||
|
mod elements;
|
||
|
|
||
|
pub use elements::{Section, Module, Error as DeserializeError};
|