From 6a08e8a01a78134f339b96dabf6c50431023f3d0 Mon Sep 17 00:00:00 2001 From: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:28:35 +0200 Subject: [PATCH] chore(readme): adds clarification about the build process for WASM bindings --- nucypher-core-wasm/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nucypher-core-wasm/README.md b/nucypher-core-wasm/README.md index bee72c78..6c22da55 100644 --- a/nucypher-core-wasm/README.md +++ b/nucypher-core-wasm/README.md @@ -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 -``` \ No newline at end of file +``` + +## 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`.