Will CKKS be added to wasm port?

Hi, I’m wondering if CKKS will be added to the wasm port? I ran the example file simple_real_numbers, which seems to fail in creating the ckks context.

I lack the knowledge but I’ve tried to manually include dependencies and expose functions and I can’t get CKKS to work.

I might as well ask a second part of my question. The ultimate goal is trying to get the eval squareroot function to work in wasm (which I’ve also manually exposed). I’m wondering if that is at all possible?

The WASM repo has not been completed. Some initial capabilities were added to it, but then the contributor switched to other projects. It would be great if someone from the community would volunteer to complete building the port. We would support this effort.

Note that there is a more functional (and better documented) WASM port for PALISADE (predecessor of OpenFHE that includes leveled CKKS): PALISADE / PALISADE WebAssembly · GitLab