- From: 張俊芝 <notifications@github.com>
- Date: Fri, 06 Dec 2019 00:28:22 -0800
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 6 December 2019 08:28:25 UTC
AFAIK, currently there's no such way of resolving Blob to an existing ArrayBuffer(Or I am happy to be wrong). If I use WebAssembly, and I want to read the content of a file, I need to first call File.ArrayBuffer to resolve the large content to a newly-created ArrayBuffer, and then copy it to the WASM memory. This means double writes. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/issues/143#issuecomment-562480577
Received on Friday, 6 December 2019 08:28:25 UTC