poanetwork / vdf

An implementation of Verifiable Delay Functions in Rust
Apache License 2.0
174 stars 53 forks source link

Add a musl build target #17

Open vkomenda opened 5 years ago

vkomenda commented 5 years ago

There are issues caused by dynamic linking if we try to build the crate to wasm32, see #16 for details. GMP can supports a musl target. We should support it too and allow static linking. That should hopefully resolve the issues with wasm32 linking.