Hi there, I'm trying to embed files for the first time, and I'm getting a strange problem: my files are correctly detected by the emscripten VFS, but they are all zero-sized :-\
Here's a screenshot of one file's info (notice the "usedBytes" variable set to 0): <https://lh3.googleusercontent.com/-CI7ENPpcqpI/VYMR7gu3WwI/AAAAAAAAJoM/ru5eeVS12Ts/s1600/caca_2015-06-18_20-39-51.png> This makes my C++ code fail, as when it tries to get the file size (with the usual combination of fseek and ftell) it always returns zero. In my build script I'm calling emscripten with this command: em++ -std=c++11 main.cpp -o main.html --embed-file "data" Also, if it matters, right now I'm on a Windows machine. Any idea what could be the problem? Thanks a lot in advance! Kind regards, Jon Valdes -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
