================================================ ### SUMMARY ================================================ Total files checked: 12. Total source files found: 5. ================================================ ### SOURCE FILES BREAKDOWN ================================================ .h: 2 .cpp: 3 ================================================ ### BINARY FILES BREAKDOWN ================================================ .obj: 1 .glsl: 3 ================================================ ### OTHER STATS ================================================ Found 3 binary file references across 1 files. Found 13 OpenGL function calls across 1 files. Found 80 OpenGL enum identifier references across 2 files. ================================================ ### COMPILER OUTPUT ================================================ Execution time: 0:00:07.909482 for 30.66 KB. Compiler flags: -O2 -s ALLOW_MEMORY_GROWTH=1 -g4 -s FULL_ES2=1 --embed-file "suzanne.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++ obj-viewer.cpp shader_utils.cpp TimeManager.cpp -O2 -s ALLOW_MEMORY_GROWTH=1 -g4 -s FULL_ES2=1 --embed-file "suzanne.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)