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

Consolidate optimize.sh and optimize_workspace.sh #135

Closed webmaster128 closed 10 months ago

webmaster128 commented 10 months ago

Follow-up on #134. Once we have the same calling convention for bob in optimize.sh and optimize_workspace.sh, we can use the same docker image for single contract builds as well as workspaces. This is nice and convenient for everyone.

Looking at the diff, there are the following tasks: