Is it possible from emscripten code to read from an ArrayBuffer which is not 
part of the heap? I have a very large file which I read from disk using 
FileReader and would like to stream it as though from disk; I run out of memory 
very quickly when copying it around before using it.

If I could write a function which would be able to stream from the ArrayBuffer 
then I could read a bit at a time rather than needing enough memory to store an 
extra copy of my 100MB+ file.

Thoughts? Suggestions?

Thanks!

Richard Bateman
GradeCam

-- 
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.

Reply via email to