thetawavegame / thetawave

A physics based, space shooter game made with Rust and the Bevy engine.
https://thetawave.metalmancy.tech
MIT License
163 stars 9 forks source link

Look into any other wasm post-processing for minifying or further optimization when compiling the web build #64

Open varoonp123 opened 1 year ago

varoonp123 commented 1 year ago

ex LTO or something in wasm-pack. Anything to make the binary smaller or give Firefox a fighting chance.

varoonp123 commented 1 year ago

78