this post was submitted on 18 Jul 2026
402 points (99.8% liked)

Game Development

6266 readers
9 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] xthexder@l.sw0.com 7 points 3 days ago (1 children)

It seems they're including the runtime in the size, and have prohibited web based games for this reason (unless you can find a browser that fits in 1.44MB). Submissions must be a native executable (I'm assuming for x86)

[–] vala@lemmy.dbzer0.com 1 points 3 days ago (1 children)

Well technically since it compiles to wasm you just need a wasm runtime and a rendering system. Not a whole browser. Some people have reported getting wasm-4 games running on microcontrollers.

[–] xthexder@l.sw0.com 4 points 3 days ago (1 children)

I'm sure you could do it with a standalone runtime, but it will just be overhead compared to compiling directly to x86, at least for the purposes of this competition. I'm a fan of WASM for a lot of other applications tho

[–] vala@lemmy.dbzer0.com 1 points 3 days ago