You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 toseahash
. 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.The text was updated successfully, but these errors were encountered: