Ethsnarks / ethsnarks-emscripten

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 72.2%Language:C 19.4%Language:Makefile 6.2%Language:CMake 2.2%