Export Web Game with only .html, .js and .png files?

Godot Version

4.4.1

Question

Is it possible to export a Godot game for web, but without the .wasm and .pck files? I also notice it exports a couple of .import files, but it doesn’t seem to actually need those to run the game.
Background is that ideally I’d like to be able to host my game on Neocities if possible, and without paying I can only upload .html, .js, .css and image files.
I assume the .wasm and .pck files are Godots way of exporting my assets, but I’d prefer having those as separate spritesheets/images instead of the .wasm and .pck files if that is possible.

nope, that’s not how Godot exports work.

1 Like

Yeah, Godot export your game in web assembly. You can’t choose to export in html/js./css

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.