mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-06-20 15:17:57 +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:
|
But for Emscripten, you want to output something else:
|
||||||
|
|
||||||
```bash
|
```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)
|
This will produce several files...support Javascript and WebAssembly (.wasm)
|
||||||
|
|
Loading…
Reference in a new issue