arazni / blades-in-the-sheets

A Blades in the Dark character sheet progressive web app in WebAssembly
https://arazni.github.io/blades-in-the-sheets/
6 stars 1 forks source link

Consider a Fork for Hosting "Blades in the Sheets Lite" #7

Closed arazni closed 4 months ago

arazni commented 1 year ago

The download size of Blazor Web Apps is incredibly large with AOT.

Perhaps it's worth offering a smaller version of the app that doesn't use AOT, but may be a bit slower. It shouldn't be hard to maintain because it's basically just commenting out a line of code from a project file.

The downside would be that it might mean another split url to maintain if I decide to go with it permanently.

arazni commented 4 months ago

fixed during the upgrade to .NET 8 in #28