![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | PixelatedIvan |
I recently tried to export my game to html5, since the game file is too big to send around on discord. When I first tried it with file://, it did not work (Failed loading file ‘projectname.wasm’: Not Found), I then heard that it had to be on a server, so I tried to put it on my website server (note this is a free byethost website), but I still got the error, I also tried enabling and disabling Runnable and Debug. The Wasm, HTML, JS, and PNG files are all there too.
NOTE: I also tried Firefox.
I recently tried to export my game to html5, since the game file is too big to send around on discord.
If all you need is sending your project over Discord, you can use an ephemeral file sharing service such as transfer.sh which allows up to 10 GB of file uploads stored for 14 days. You could even look at Instant.io for direct peer-to-peer transfers (not going through an intermediate server).
Calinou | 2018-08-13 18:29