rustyscreeps / cargo-screeps

Build tool for deploying Rust WASM code to Screeps game servers
MIT License
25 stars 13 forks source link

Add optional wasm-opt pass post build. #21

Closed Azaril closed 4 years ago

Azaril commented 4 years ago

This adds an optional wasm-opt pass after building. It expects wasm-opt to be in the path. Adding an automatic download/install was too complex at this time to make worth adding the code for.

Azaril commented 4 years ago

Closing for now until I have time to make the needed changes.