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

Update lerc version #11034

Open
ggetz opened this issue Jan 12, 2023 · 0 comments
Open

Update lerc version #11034

ggetz opened this issue Jan 12, 2023 · 0 comments
Labels
category - tooling dependencies Relating to our package dependencies

Comments

@ggetz
Copy link
Contributor

ggetz commented Jan 12, 2023

The lerc package is still an outstanding direct dependency update and is pinned on 2.x.

The latest versions requires using wasm. It looks like, despite the fact that the wasm file included with the package is built to support multiple ways of loading the module, the lerc API only exposes one way to load wasm files and that way does not easily fit within our current worker architecture due to assumptions about the file structure, throwing errors when loading for createVerticesFromHeightmap.

Ideally, we'd be able to initialize the wasm module directly as we do with other third part wasm-based libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category - tooling dependencies Relating to our package dependencies
Projects
None yet
Development

No branches or pull requests

2 participants