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 have a NodeJS lambda that I would like to download decompress a LERC file modify it then recompress it back into LERC, but the JS API only has decode.
Do you have any plans on adding support for encode to javascript/wasm?
The text was updated successfully, but these errors were encountered:
Sorry, currently we have no plans for supporting Lerc encode in JS / wasm. First, the size of the wasm file would likely double or triple in size, while most folks only need the decode. Second, even if the likelihood for such bugs is low, we would have to make sure that the JS / wasm encode cannot produce bad data.
I have a NodeJS lambda that I would like to download decompress a LERC file modify it then recompress it back into LERC, but the JS API only has
decode
.Do you have any plans on adding support for
encode
to javascript/wasm?The text was updated successfully, but these errors were encountered: