wowserhq / stormjs

StormLib for Javascript, powered by Emscripten
MIT License
14 stars 6 forks source link

Feature: file reading #24

Closed fallenoak closed 6 years ago

fallenoak commented 6 years ago

This implements two reading APIs:

Note that the array produced by read is actually a view on top of the underlying Emscripten memory. As a result, it's dangerous to use the Uint8Array after calling File.prototype.close.

Closes #6

fallenoak commented 6 years ago

@timkurvers Take two!