parity-wasm/src/lib.rs

5 lines
103 B
Rust
Raw Normal View History

2017-03-29 18:16:58 +03:00
extern crate byteorder;
mod elements;
pub use elements::{Section, Module, Error as DeserializeError};