Open vladilen11 opened 6 months ago
Hello @vladilen11
remove the aarch64-unix as wasm32 is its own target.
You will likely miss an entropy source but I don't think the wasm32 target provides one at the moment by default.
We don't support wasm32 and it's not in our roadmap see https://github.com/zama-ai/tfhe-rs/issues/1034#issuecomment-2022889357
Cheers
What is your use case btw ?
@vladilen11 could you confirm it was a feature issue for the compilation problem you are facing ?
@vladilen11 could you confirm it was a feature issue for the compilation problem you are facing ?
@IceTDrinker Sorry to delay, yeah, I'm a developer from the substrate ecosystem, and I'm trying to compile the tfhe module into the substrate runtime (wasm32-unknown-unknown environment) so that tfhe's functionality is supported by the substrate chain.
As far as I know, both ICP and CosmWasm require the code to be compiled into wasm32, so I think tfhe support to wasm32 is a very important thing. 🤔
Yes, I am also a multichain related developer from the ecosystem described above, and I believe that zama's support for fhe wasm could reach this large crypto developer community on a much larger scale using fhe's functionality and not just evm computation related implementations.
Does tfhe support compiled deployment on wasm? I'm trying to reference the tfhe lib in the wasm environment.
code:
build log: