Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 654 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 654 Bytes

ethSNARKs for Emscripten / WebAssembly

This project is part of ethsnarks, but targets WebAssembly by building ethsnarks and its dependencies using the Emscripten compiler.

WARNING: this is a work-in-progress, may be slow and isn't generally usable yet, but watch this space!

Building

The Emscripten SDK is included as a git submodule; the compiler must be downloaded, activated then added to the environment before performing the build:

./emsdk/emsdk install latest
./emsdk/emsdk activate latest
source emsdk/emsdk_env.sh

Then run make