@mehmetkircal/ika-wasm
v1.3.0
Published
IKA MPC in WASM
Readme
Build locally
To build the binary, you need to have Rust installed and then the wasm-pack.
The installation script can be found here.
Building for test (Node.js) environment
required for tests.
pnpm build:devBuilding for a Web environment
pnpm build:releaseRunning tests
Local tests can only be run on the dev build.
To run tests, follow these steps:
pnpm build:dev
pnpm test