Charles_n_town
Senior Member
I compiled sonic mania for web assembly over a year ago. the game worked, but it would crash going to the main menu or rather it would do nothing but a black screen. I figured out what was wrong tonight. the main menu doesn't work on web assembly, kinda like how it doesn't on the dreamcast version, but you can get into the dev menu with esc/Y on the dreamcast controller. there, you can select a stage. it does have music and sound effects, unlike the dreamcast version currently. the esc button doesn't work in xampp with apache for some reason, so I ran it in python. it worked fine then.