brson / wasm-opt-rs

Rust bindings for Binaryen's wasm-opt
Apache License 2.0
61 stars 10 forks source link

Parameterize conformance tests over multiple input files #153

Open brson opened 1 year ago

brson commented 1 year ago

https://github.com/brson/wasm-opt-rs/pull/151 added a second input wasm file to the conformance-tests, but used it in just one dwarf test.

We should instead run all the tests over both input wasms.