TFHE-rs WASM API and Concrete-framework interaction

Hello!
Can I perform key generation, encryption and decryption on a client written in tfhe-rs, especially the WASM API, and send the data to a server written in concrete-framework for processing on a compiled circuit of homomorphic computations? I’m wondering if both technologies use the same serialization method and the same set of parameters.

Hello,

It is not currently possible to do this, however it is a part of our backlog, and so will hopefully be available at some point

Thanks for your reply.
I would also like to clarify whether it is already possible to exchange keys and ciphertexts between the WASM-client and the tfhe-rs server?

It depends on the API you use, for boolean and shortint API it is already possible.
For the high-level API, it is currently being worked on and should be soon available