Balloon
Balloon is a quick experiment I made with Bevy to see what the workflow was like for creating WebAssembly projects. It certainly "ballooned" in size. To simply show the balloon, shipping a renderer in the WebAssembly file along with unecessary extras like 3D atmospheric rendering brings the executable to about 70mb in size. After using a special binary compression tool I was only able to get the binary down to about 30mb. The same project could be achieved in less than 10kb if I used JS. However, knowing I can ship a whole renderer for about 30mb, that means a much more ambitious project with full 3D graphics and special effects would achieve a similar filesize.