1Password / passkey-rs

A framework for defining Webauthn Authenticators that support passkeys
Apache License 2.0
116 stars 17 forks source link

Fix compilation of passkey-types on wasm32-unknown-unknown #17

Closed olanod closed 5 months ago

olanod commented 6 months ago

The only thing preventing the crate compiling to the wasm32-unknown-unknown target is using getrandom with the js feature.

Progdrasil commented 5 months ago

Hi @olanod, thanks for the contribution! I hadn't caught this in our builds, most likely due to how cargo does feature resolution in workspaces.