CosmWasm / optimizer

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

Multiple contracts support #26

Closed maurolacy closed 3 years ago

maurolacy commented 3 years ago

Closes #25.

The motivation for this PR is the cosmwasm-examples repository, and in particular, https://github.com/CosmWasm/cosmwasm-examples/pull/111, where we introduce building the contracts on release branches automatically.

webmaster128 commented 3 years ago

Thanks! I'll tag and publish this later today