cambrian / accumulator

Cryptographic accumulators in Rust.
https://cambrian.github.io/accumulator
MIT License
133 stars 34 forks source link

Look into WASM compilation #38

Closed whaatt closed 5 years ago

whaatt commented 5 years ago

Not a milestone issue, but:

It'd be cool if we could compile the accumulators to WASM and create a browser demo. Rust that relies on I/O (and maybe also the threading runtime) is off-limits for this purpose, so there might be some fiddling to do based on our dependencies.

Let's visit this after the open-sourcing?