docs: Fixed some Emscripten details

This commit is contained in:
Ryan C. Gordon 2023-09-09 09:58:50 -04:00
parent f788a671e4
commit 5e6a851d6c

View file

@ -296,7 +296,7 @@ gcc -o mygame mygame.c # or whatever
But for Emscripten, you want to output something else:
```bash
gcc -o index.html mygame.c # or whatever
emcc -o index.html mygame.c
```
This will produce several files...support Javascript and WebAssembly (.wasm)