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

Change target folder to /target and move on to version 0.13 #124

Closed webmaster128 closed 1 year ago

webmaster128 commented 1 year ago

Closes #89

webmaster128 commented 1 year ago

I tested this with the expected results on a local workspace with 9 contracts. In all cases, no local ./target folder was created. I.e. the optimizer does not mess with the local build directory.

No target cache set (not recommended but still solid)

Target mounted (--mount type=volume,source="$(basename "$(pwd)")_cache",target=/target)