mandrean / cw-optimizoor

A blazingly fast compiling & optimization tool for CosmWasm smart contracts.
MIT License
49 stars 6 forks source link

Cache optimizations incrementally #1

Closed mandrean closed 2 years ago

mandrean commented 2 years ago

To further improve speed, the optimizations can be cached such that they only run if a change is detected and an optimized artifact with the expected checksum doesn't already exist.

Similar to https://github.com/mandrean/rust-optimizer/blob/e7a9cb8d33760d075bf052cf94bcde92d8f83235/optimize_workspace.sh#L36-L71=