Hi,
I have a simple library referencing tfhe as follows
tfhe = { version = “0.10.0”, features = [“boolean”, “shortint”, “integer”, “aarch64-unix”] }
I am trying to build to a wasm target but getting this error
error: failed to run custom build command for concrete-csprng v0.4.1
Caused by:
process didn’t exit successfully: ~/test-tfhe-rs/target/release/build/concrete-csprng-71a68a103ebfedcb/build-script-build
(exit status: 101)
— stderr
thread ‘main’ panicked at ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concrete-csprng-0.4.1/build.rs:45:17:
Feature seeder_unix
requires target_family unix
, current cfgs: wasm
Is it possible to build to a wasm target?