You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: