more of optimizer decomposition

This commit is contained in:
NikVolf
2017-05-04 16:08:57 +03:00
parent 518669e44c
commit a2b235a818
3 changed files with 358 additions and 345 deletions

View File

@ -1,3 +1,6 @@
extern crate parity_wasm;
pub mod symbols;
mod optimizer;
pub mod symbols;
pub use optimizer::optimize;