fastgif icon indicating copy to clipboard operation
fastgif copied to clipboard

Error: enlargeMemory

Open SeanHayes opened this issue 6 years ago • 1 comments

I got this error when trying to parse a Gif 12.7MB large and 498x280.

Uncaught (in promise) Error: enlargeMemory at enlargeMemory (fastgif.js:41) at :5000/wasm-function[10]:57 at :5000/wasm-function[13]:3364 at p._exports.then (fastgif.js:98)

It looks like the compiled code specifies its own max memory size and an error is throw when I try to edit the params in new WebAssembly.Memory({initial: 256, maximum: 256}).

Would it be possible to add the wasm source to the repo?

SeanHayes avatar Feb 07 '19 07:02 SeanHayes

Same issue

bytezeroseven avatar Oct 12 '23 22:10 bytezeroseven