When trying to compile via emscripten it won't find the html shell files
The compile flag in cmake looks like so "--shell-file ../util/shell_release.html"
It seems that the relative path is problematic since using "--shell-file ${PROJECT_SOURCE_DIR}/util/shell_release.html" seems to solve the problem