CosmWasm / optimizer

Dockerfile and script to deterministically produce the smallest possible Wasm for your Rust contract
Apache License 2.0
118 stars 57 forks source link

Use --signext-lowering and upgrade Rust to 1.71 #127

Closed webmaster128 closed 1 year ago

webmaster128 commented 1 year ago

If we upgrade wasm-opt to the latest version, we can use --signext-lowering. This ensure the compiled contracts run on CosmWasm < 1.3.

With this change, we can increase the Rust version to 1.70 and beyond.