minimal-cmake-emscripten-project icon indicating copy to clipboard operation
minimal-cmake-emscripten-project copied to clipboard

Minimal example of CMake-driven emscripten project

Results 3 minimal-cmake-emscripten-project issues
Sort by recently updated
recently updated
newest added

This repo is awesome btw! I've had some issues with running the build. When running `make` I get the error: `fatal error: 'emscripten/html5.h' file not found` I have my emscripten...

Thank you for providing this repo. I think I'm getting close but I have a linker error. Any troubleshooting ideas? ``` [100%] Linking CXX executable ../build.emscripten/client.js "/Users/myusr/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/191.7479.33/CLion.app/Contents/bin/cmake/mac/bin/cmake" -E cmake_link_script...

I believe I followed the instructions correctly, but I got these errors: CMake Error at D:/prog/emsdk-portable-64bit/emscripten/1.37.35/cmake/Modules/Platform/Emscripten.cmake:108 (message): Failed to fetch compiler version information with command "'D:/prog/emsdk-portable-64bit/emscripten/1.37.35/emcc.bat' -v"! Process returned with...