privacy-scaling-explorations / sonobe

Experimental folding schemes library
https://privacy-scaling-explorations.github.io/sonobe-docs/
MIT License
204 stars 53 forks source link

WASM compilation #137

Closed arnaucube closed 3 months ago

arnaucube commented 3 months ago

Allow usage from browser through compiling sonobe to wasm. Probably it will require modifying the existing code. Ideally in the GitHub CI we would check that things can compile well into wasm at each PR.

Also probably depends on reducing the memory usage described in https://github.com/privacy-scaling-explorations/sonobe/issues/140 .