-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Failed to load resource #23949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Indeed it looks like we should loading the preload data file relative to the BTW, have you considered switching from |
Sounds good, but where I can read about the |
Thanks! Will try it. |
Oh, looks like we was speak about the |
Please include the following in your bug report:
Version of emscripten/emsdk:
Failing command line in full:
I was just customize Using files example
from
Emscripten Tutorial
page:Failure from browser console:
Failed to load resource: the server responded with a status of 404 (File not found: <current path>/out/hello.data)
Module
hello.mjs
searchhello.data
inout
subdirectory (local webserver root). Buthello.mjs
sould searchhello.data
from./static/
supdirecotry wherehello.mjs
hosted himself.Then we mode
hello.data
toout
fromout/static
and run again:And see text in browser:
The text was updated successfully, but these errors were encountered: