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

Native JavaScript operations #21

Open
mike-mcgann opened this issue Mar 16, 2024 · 0 comments
Open

Native JavaScript operations #21

mike-mcgann opened this issue Mar 16, 2024 · 0 comments
Milestone

Comments

@mike-mcgann
Copy link
Member

Two features do not work in the web version:

  • timezone conversions
  • coordinate transforms

The timezone conversion requires access to the timezone database which isn't available through the WASM runtime and the coordinate transforms rely on a C library which doesn't get converted to WASM. For situations like these, having a native JavaScript implementation provide the operation would be great when it could be implemented that way.

This code would need tests, which would require setting up a JS test suite, which is probably a good idea so that the interface parts could be tested was well where needed.

@mike-mcgann mike-mcgann modified the milestones: v5.13, v5.16 Mar 16, 2024
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

1 participant