Open devloper opened 5 days ago
Add new serde methods for aux param and downstream objects.
These are needed by the wasm runtime, which is very inefficient when using other forms of serialization like bincode/json, primarily due to the ck_primary object which is >100mb.
Related work in web-prover PR.
did you cmd + f and make every struct, enum, and field ever pub?
cmd + f
pub
If not, we're ngmi
jk, onto reviewing
Add new serde methods for aux param and downstream objects.
These are needed by the wasm runtime, which is very inefficient when using other forms of serialization like bincode/json, primarily due to the ck_primary object which is >100mb.
Related work in web-prover PR.