brson / wasm-opt-rs

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

Conformance tests #69

Closed brson closed 2 years ago

brson commented 2 years ago

Add tests that the binaryen wasm-opt, rust wasm-opt CLI, and Command-based API all produce the same results. The output module and sourcemap should be checked that they are binary identical.

Some tests we need:

Aimeedeer commented 2 years ago

done