Closed kentosugama closed 1 year ago
Add an option under the shrink command to let the user keep the name sections in the wasm module. This is useful for debugging and profiling use cases.
shrink
ic-wasm -o example.wasm example.wasm shrink --optimize O3 --keep-name-section
Add an option under the
shrink
command to let the user keep the name sections in the wasm module. This is useful for debugging and profiling use cases.