Skip to content

Commit

Permalink
Add building doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Mar 28, 2023
1 parent 298c913 commit f0b0d63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
Implements the crypto interface used by js-libp2p-noise:
https://github.com/ChainSafe/js-libp2p-noise/blob/master/src/crypto.ts

Allows you to do the crypto operations in WASM.
Allows you to do the crypto operations in WASM.

# Building

```
wasm-pack build --target nodejs --out-dir ./lib-wrapper/pkg_node
```

0 comments on commit f0b0d63

Please sign in to comment.