brson / wasm-opt-rs

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

`OptimizationOptions::debug_info` isn't functional #81

Closed athei closed 1 year ago

athei commented 1 year ago

I am trying out OptimizationOptions::debug_info on 0.0.1-preview.3. However, no matter whether I set it to true or false the name section is always removed.

brson commented 1 year ago

I suspect this is fixed on master. We have fixed many bugs since that preview release and I expect to publish a finished create packaging binaryen 110 within days.

On Thu, Sep 29, 2022, 11:02 AM Alexander Theißen @.***> wrote:

I am trying out OptimizationOptions::debug_info https://docs.rs/wasm-opt/0.0.1-preview.3/wasm_opt/struct.OptimizationOptions.html#method.debug_info on 0.0.1-preview.3. However, no matter whether I set it to true or false the debug section is always removed.

— Reply to this email directly, view it on GitHub https://github.com/brson/wasm-opt-rs/issues/81, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABD6DW7VVOKOQEORNSPQQTWAWVORANCNFSM6AAAAAAQY3XRDY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

brson commented 1 year ago

A new release is published. This should be fixed.

brson commented 1 year ago

Fixed.