Emscripten Compiler Frontend (emcc)
Emscripten Compiler Frontend (emcc)
The Emscripten Compiler Frontend (emcc) is used to call the Emscripten compiler from the command line. It is effectively a drop-in replacement for a standard compiler like gcc or clang.
Command line syntax
emcc [options] file...
https://emscripten.org/docs/tools_reference/emcc.html
The Emscripten Compiler Frontend (emcc) is used to call the Emscripten compiler from the command line. It is effectively a drop-in replacement for a standard compiler like gcc or clang.
Command line syntax
emcc [options] file...
https://emscripten.org/docs/tools_reference/emcc.html
Comments
Post a Comment