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

Test Hasher on Wasm #5

Open
hecrj opened this issue Sep 5, 2019 · 0 comments
Open

Test Hasher on Wasm #5

hecrj opened this issue Sep 5, 2019 · 0 comments
Labels
feature New feature or request improvement An internal improvement

Comments

@hecrj
Copy link
Member

hecrj commented Sep 5, 2019

I have already been able to run Iced on web here: hecrj/coffee#63

However, I had some issues with twox_hash on Wasm and fixed them by migrating to seahash. We should investigate further and use another hasher if necessary.

The Hasher type is opaque, so we should be able to change its underlying implementation without breaking changes.

@hecrj hecrj added improvement An internal improvement feature New feature or request labels Sep 5, 2019
hecrj added a commit that referenced this issue Oct 29, 2022
Port widget operations to impure widgets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request improvement An internal improvement
Projects
None yet
Development

No branches or pull requests

2 participants
@hecrj and others