deltadevsde / deltadevsde/prism
fix(wasm): getrandom / rand dependencies
Open
- Dominant language
- Rust
- Stars
- 134
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
Building for WASM target fails due to `getrandom` version conflict. The build pulls in both `getrandom` 0.2.x and 0.3.x, but version 0.3.x doesn't support wasm32-unknown-unknown target without additional configuration, which itself causes issues with ed25519-consensus
Contributor guide
Assessment
This issue has not been assessed yet.