You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can build secp256k1 wasm yourself with emscripten. We build two version of secp256k1 - node and web. The only difference is that there is no file system in web version.
18
+
19
+
```BASH
20
+
$ sh build.sh
21
+
```
22
+
23
+
After build wasm files, you should build javascript library again.
0 commit comments