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

WASM support #13

Open
Erik1000 opened this issue Nov 18, 2021 · 0 comments
Open

WASM support #13

Erik1000 opened this issue Nov 18, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Erik1000
Copy link
Member

Sequoia-openpgp (one of our biggest dependencies) introduced wasm support in 1.7. Now, the only blocker is dtolnay/typetag#8. Sadly, this is a huge problem which stretches all up to a (pre-) RFC for the rust compiler itself and it does not seem like there's any work being done. This leaves us with basically twp possibilities:

  • dont use traits in serde. Instead, an enum could work, but it would be really ugly
  • implement this (big task)

I personally have no knowledge nor time to acquire it and therefore can't implement this on my own. If you need motivation, keep in mind that this is a big blocker for many people and they all would be really thankful for your work.

@Erik1000 Erik1000 added enhancement New feature or request help wanted Extra attention is needed labels Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant