tomo: Rework IFF reader to deal with 0-copy buffer
Closes daiquiri-tomo#258 (closed)
As far as i understand there is no way to create our own ArrayBuffer
.
So this PR uses Uint8Array
to describes offset-size on top of an ArrayBuffer
.
Edited by Valentin Valls