On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
Thanks for the tip :) 

I tried with Safari. Bit better as I got an error message: 

Error
The following features required to run Godot projects on the Web are missing:
Cross Origin Isolation - Check web server configuration (send correct headers)
SharedArrayBuffer - Check web server configuration (send correct headers)

Same here. It seems like on macOS, things are just borked for Godot 4. Fortunately, I was able to solve the problem using a workaround that should fix things until either Google or Godot makes an update:

  1. In Google Chrome, open chrome://flags
  2. Search for 'ANGLE'
  3. Change 'Choose ANGLE graphics backend' to Metal
  4. Restart Chrome

This should make it so you can try out the game! Please let me know how it works.