Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASM support for Kimchi: Don't panic in rust code. #9739

Open
mrmr1993 opened this issue Nov 1, 2021 · 0 comments
Open

WASM support for Kimchi: Don't panic in rust code. #9739

mrmr1993 opened this issue Nov 1, 2021 · 0 comments

Comments

@mrmr1993
Copy link
Member

mrmr1993 commented Nov 1, 2021

Currently WASM doesn't support stack unwinding, so all panics get translated into aborts. We need to ensure that proving errors etc. don't result in panics to avoid crashing SnarkyJS.

See o1-labs/proof-systems#132 for a version of this for the 3-wires plonk.

@mrmr1993 mrmr1993 created this issue from a note in Snapps Core 🎲 (Backlog (out of current sprint)) Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Snapps Core 🎲
Backlog (out of current sprint)
Development

No branches or pull requests

2 participants