pepyakin / binaryen-rs

Binaryen bindings for Rust.
Apache License 2.0
74 stars 17 forks source link

Use OptimisationPass in is_valid #31

Closed axic closed 5 years ago

axic commented 5 years ago

This is the simple way, I'd prefer to merge this.

Later we could think about changing run_optimization_passes to take an array of OptimisationPass enum.

axic commented 5 years ago

@pepyakin ready for review