facebook / winterfell

A STARK prover and verifier for arbitrary computations
MIT License
800 stars 182 forks source link

Javascript Bindings #53

Open OR13 opened 3 years ago

OR13 commented 3 years ago

Per the CI this command succeeds:

cargo build --no-default-features --features alloc --target wasm32-unknown-unknown --release

However, a build with wasm-pack` or neon might be easier to use.

Does anyone have any examples of this library being called from JavaScript?

irakliyk commented 3 years ago

We don't have this on our side yet. Maybe @Nashtare experimented with this?

Eventually, I'd like to provide verifiers in multiple languages (e.g. rust-verifier, node-verifier, deno-verifier), but not sure when it will happen.

Nashtare commented 3 years ago

Argh no sorry I don't have much experience with Javascript, I'm playing with wasm for other purposes in general.. Sorry for not being able to help!