To compile raylib game directly from the command line, those are the commands to run:
> NOTE: in `/raylib/src/` there is a file called `minshell.html` which is the recommended shell file for Raylib applications. So you may pass `--shell-file $HOME/raylib/src/minshell.html` to `emcc` if you had Raylib in your home directory.