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

Remove intermediate checksums and SKIP_OPTIMIZATION case #140

Closed webmaster128 closed 10 months ago

webmaster128 commented 10 months ago

After this PR, both optimize.sh and optimize_workspace.sh are the same file, which means that both rust-optimizer and workspace-optimizer now do the exact same thing.

In the next PR I'd merge the two images into one.