You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I might have the same issue: planetis-m/naylib#122 In the web console this is printed indefinitely:
index.js:759 still waiting on run dependencies:
(anonymous) @ index.js:759
index.js:761 dependency: wasm-instantiate
(anonymous) @ index.js:761
index.js:764 (end of list)
Problem
when I use
localhost
in URL everything works fine,but when I use
http://127.0.0.1:PORT
, nimhttpd just does not respond anymore and hangsCode Example
the provided code copies a image 50 times into the
./temp
folder and creates aindex.html
file for you to see all of them.run with
Result
As you can probably see some images does not load at all and reloading the page does not help
Additional Info
The text was updated successfully, but these errors were encountered: