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

fix: return error instead of exiting on invalid level passed to `shrink_with_wasm_opt` #29

Closed kentosugama closed 1 year ago

kentosugama commented 1 year ago

The shrink library can be called from other projects, which may pass in invalid values for level The tool should return an error instead of crashing.