Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS encode support #239

Closed
blacha opened this issue Aug 5, 2023 · 1 comment
Closed

JS encode support #239

blacha opened this issue Aug 5, 2023 · 1 comment

Comments

@blacha
Copy link

blacha commented Aug 5, 2023

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?

@tmaurer3
Copy link
Collaborator

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.

@tmaurer3 tmaurer3 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants