mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-06-20 11:57:50 +00:00
docs: Fixed some Emscripten details
This commit is contained in:
parent
f788a671e4
commit
5e6a851d6c
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue