-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doestfhe
support compiled deployment on wasm
?
#1111
Comments
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 #1034 (comment) Cheers |
What is your use case btw ? |
@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:
The text was updated successfully, but these errors were encountered: