@virgilsecurity/virgil-crypto-core 0.18.0-dev.3 → 0.19.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -167,8 +167,7 @@ WASM heap memory. Failing to do so causes memory leaks in long-lived processes.
167
167
 
168
168
  ```bash
169
169
  # 1. Configure and build WASM libraries via CMake (from repo root)
170
- emcmake cmake -DCMAKE_BUILD_TYPE=Release -Bbuild-wasm -S. \
171
- -DVIRGIL_LIB_PYTHIA=OFF
170
+ emcmake cmake -DCMAKE_BUILD_TYPE=Release -Bbuild-wasm -S.
172
171
  cmake --build build-wasm -j$(nproc)
173
172
 
174
173
  # 2. Install npm dependencies