I'm currently trying to use emscripten to be able to distribute my project over the web.
However, when I open the HTML file in Chrome, it just gets stuck on the following screen:
In the Javascript console, I see the following errors:XMLHttpRequest cannot load file:///Users/satre/Developer/Projects/Art/GenerativeVideoMesh/bin/GenerativeVideoMesh.html.mem. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.
(anonymous function) @ GenerativeVideoMesh.html:227
XMLHttpRequest cannot load file:///Users/satre/Developer/Projects/Art/GenerativeVideoMesh/bin/GenerativeVideoMesh.data. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.
I do not think it is a problem with my specific project, as I get the same error when I use emscripten with the 3D Primitives example from the tutorial.