Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

emscripten generated wasm, has the header when uploaded to itch

A topic by monkyyy created Dec 27, 2023 Views: 166 Replies: 2
Viewing posts 1 to 2

I have this demo: https://monkyyy.itch.io/test-wasm-missle-command?secret=lyLkgrYymmtOgaMemNiQTkvf...
but enscipten by defaults generates a header, and the terminal ouput, etc etc, does anyone have any information for how to make it generate the simplest thing that will work on itch?

Does someone have an open source project with their emsciption template html? Is there a template html itch.io has somewhere?

(+1)

Minimal template I have: https://codeberg.org/quou/corrosion/src/branch/master/corrosion/ems_shell.html. Pass --shell-file whatever.html to the compiler to specify what template file to use.

ty probaly saved me hours of reading docs