dfinity / ic-wasm

A collection of libraries and tools for transforming Wasm canisters running on the Internet Computer
Apache License 2.0
34 stars 5 forks source link

Remove name section in `shrink` #36

Closed kentosugama closed 1 year ago

kentosugama commented 1 year ago

Currently, shrink keeps the name section intact, which does not seem to be the intended behavior.

This is a breaking change for shrink as a precursor to #34, which will add the option to preserve these name sections

chenyan-dfinity commented 1 year ago

Is this PR still needed?

kentosugama commented 1 year ago

Nope. Will close. Thanks for reviewing the PRs!