CosmWasm / optimizer

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

Add a suffix to artifacts built on Arm64 #63

Closed maurolacy closed 2 years ago

maurolacy commented 2 years ago

Given that ARM builds are different than Intel builds, and that impacts reproducibility, let's add a suffix to ARM built artifacts.

Along with a notice in the README.md, stating clearly that it does not produce the same builds than the Intel rust-optimizer. And, that for release / production use, only contracts built with the Intel one must be used.