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?