waffle/src/lib.rs

9 lines
189 B
Rust
Raw Normal View History

2021-11-13 06:16:54 +00:00
//! WAFFLE Wasm analysis framework.
// Re-export wasmparser and wasmencoder for easier use of the right
// version by our embedders.
pub use wasmparser;
pub use wasm_encoder;
pub mod ir;