Closed athei closed 2 years 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: @.***>
A new release is published. This should be fixed.
Fixed.
I am trying out
OptimizationOptions::debug_info
on0.0.1-preview.3
. However, no matter whether I set it totrue
orfalse
thename
section is always removed.