Skip to content

Commit

Permalink
chore(readme): adds clarification about the build process for WASM bi…
Browse files Browse the repository at this point in the history
…ndings
  • Loading branch information
piotr-roslaniec committed Apr 3, 2024
1 parent d22b0d5 commit 6a08e8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nucypher-core-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ cargo test
make clean
make
cd examples/node && rm -rf node_modules/nucypher-core node_modules/umbral-pre && yarn install --check-files && yarn test
```
```

## Bundling and releasing

Bundling methods in the `Makefile` have been replaced by [`nucypher-core-wasm-bundler`](../nucypher-core-wasm-bundler/README.md). Use this new build process for updating the NPM package, `@nucypher/nucypher-core`.

0 comments on commit 6a08e8a

Please sign in to comment.