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
Thanks for the report! I don't think this is an issue wasm-bindgen but rather this is an issue with the clear-on-drop crate which includes a C file that likely isn't compiled quite right for the wasm target. It looks though like that crate has a feature to avoid compiling the C, so making sure that's used should do the trick!
When I extern the crate
ed25519_dalek
, the compile will end like thisThe text was updated successfully, but these errors were encountered: