arnaucube 6b93980674 | 3 years ago | |
---|---|---|
.. | ||
webtest | 3 years ago | |
README.md | 3 years ago | |
blindsecp256k1-wasm.go | 3 years ago | |
build.sh | 3 years ago |
blindsecp256k1 lib for browsers using go WASM.
To compile to wasm, inside the wasm
directory, execute:
./build.sh
Add the file wasm_exec.js
in the webtest
directory:
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .
To see the usage from javascript, check index.js
file.