brson / wasm-opt-rs

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

Emit an unsupported error in integration module on parsing "-.*" or "--.*" #75

Closed brson closed 1 year ago

brson commented 1 year ago

In the fallthrough case, we should emit unsupported errors for things that look like flags but that we don't recognize.

Aimeedeer commented 1 year ago

done