================================================ ### SUMMARY ================================================ Total files checked: 17. Total source files found: 3. ================================================ ### SOURCE FILES BREAKDOWN ================================================ .h: 1 .cpp: 2 ================================================ ### BINARY FILES BREAKDOWN ================================================ .obj: 2 .xcf: 3 .txt: 1 .glsl: 4 ================================================ ### OTHER STATS ================================================ Found 3 binary file references across 1 files. Found 75 OpenGL function calls across 1 files. Found 195 OpenGL enum identifier references across 2 files. ================================================ ### COMPILER OUTPUT ================================================ Execution time: 0:00:06.480252 for 47.44 KB. Compiler flags: -O2 -s ALLOW_MEMORY_GROWTH=1 -s FULL_ES2=1 --embed-file "cube.obj" --embed-file "phong-shading.v.glsl" --embed-file "phong-shading.f.glsl" STDOUT ~~~ mkdir -p html_output mkdir -p html_output/assets /home/raulroa/Code/xcompiler/emscripten/em++ mini-portal.cpp shader_utils.cpp -O2 -s ALLOW_MEMORY_GROWTH=1 -s FULL_ES2=1 --embed-file "cube.obj" --embed-file "phong-shading.v.glsl" --embed-file "phong-shading.f.glsl" -o html_output/index.html STDERR ~~~ WARNING root: Disabling asm.js validation for memory growth (memory can grow, but you lose some amount of speed)