Hi,
I need to download some files and work with them in main thread and in
webworkers. So I cannot use --preload-files options to build JS files from
C++.
I am using Ajax to load file to temporary browser directory.
Then with Module['FS_createDataFile']('/dir", "file.dat", data, true, true)
I write this data to file, so I can get access to this data in C++ code
with path("/dir/file.dat")
But I cannot get access to this file in webworkers. Is there any
solutions, how to do this?
--
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.