0xPolygonZero / plonky2

Apache License 2.0
745 stars 273 forks source link

Fix build for wasm32/64-unknown-unknown without std #1528

Closed gshep closed 5 months ago

gshep commented 5 months ago

fixes #1527

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

muraca commented 5 months ago

I authored #1335 and I casually noticed this PR. I think maybe_rayon and all the other crates that should support wasm32 should be added to the CI checks.

Nashtare commented 5 months ago

Yeah I've been telling myself this as well seeing this behavior. Will do shortly.