Hi.
I am mount file in workerfs.
In documentation i see methods read for streams reading.
```
var data = new Uint8Array(32);
var stream = FS.open('dummy', 'w+');
FS.write(stream, data, 0, data.length, 0);
FS.close(stream);
```
But how can i read all the files ?
Where can i see example how can i create readable stream in js ?
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/emscripten-discuss/b8cb8812-d200-4308-84e3-a628d2488be1n%40googlegroups.com.