Age | Commit message (Collapse) | Author |
|
|
|
|
|
this more easily portable to windows where make is not always present
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Splits the resulting javascript file into pieces to ease debugging.
This option only works if Javascript is generated (target -o <name>.js).
Files with function declarations must be loaded before main file upon execution.
Without "-g" option:
Creates files with function declarations up to the given size with the suffix "_functions.partxxx.js" and a main file with the suffix ".js".
With "-g" option:
Recreates the directory structure of the C source files and stores function declarations in their respective C files with the suffix ".js". If such a file exceeds the given size, files with the suffix ".partxxx.js" are created. The main file resides in the base directory and has the suffix ".js".
|
|
|
|
|
|
|
|
|
|
checks in EMCC_DEBUG mode
|
|
|
|
|
|
|
|
|
|
|
|
headers/libraries that are not portable
|
|
|
|
Now one can do:
emconfigure ./configure --prefix=/path/to/emscripten/local
And then make install to there, like a real /usr/local. No
manual bitcode moving.
Now if there was a way to change default prefix of configure
using an env var...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in a web page
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chrome
|
|
|
|
|
|
|
|
|
|
|
|
|