Docker images are MB; a full game engine compiles to 35MB WASM
Summary
The author compares the compact 35MB size of a WebAssembly-compiled Godot game engine to typical Docker base images, questioning why WASM adoption remains limited despite its significant size and deployment advantages.
View Cached Full Text
Cached at: 05/12/26, 12:59 PM
Similar Articles
Fully in-browser container builds
A web application that builds containers entirely in the browser using client-side code, demonstrating the power of custom container tooling. Users can pick a base image, run a shell script, and export the resulting image as a tar file.
Ported my C game to WASM, here's everybug that I hit
A developer shares their experience porting a C game to WebAssembly, detailing bugs encountered due to 32-bit vs 64-bit differences and offering debugging tips.
godotengine/godot
Godot Engine is a free, open-source, cross-platform game engine for creating 2D and 3D games, with a community-driven development model under the MIT license.
@laowangbabababa: Found a killer project. Godot, an open-source game engine with 112k stars, MIT license, completely free. Unity's annual subscription is enough to hire a programmer, but this thing is totally free. On the surface, it's a free game engine, but essentially it's a direct alternative to Unity. ...
Introduces the Godot open-source game engine, emphasizing its free nature, MIT license, 2D engine advantages, and encourages downloading and using it.
So, you want to make a game engine (2023)
A blog post discussing the reasons and considerations for building a custom game engine, sparked by Unity's pricing controversy.