LIT-Protocol / js-sdk

The Lit Protocol SDK provides developers with a framework for implementing Lit functionality into their own applications.
https://developer.litprotocol.com
MIT License
92 stars 55 forks source link

Feature/lit 2382 js sdk refactor crypto and other wasm based modules #503

Open joshLong145 opened 3 weeks ago

joshLong145 commented 3 weeks ago

Description

Migrates

To packages/wasm which is now being built with each run of our build pipelines and emitting type declarations and new compiled binaries embedded into the binding wrapper.

Type of change

How Has This Been Tested?

Tested using crypto.spec.ts and local-tests to confirm that we are compatible with current cryptographic implementations in our nodes.

Also adds tests to packages/wasm for testing of our wasm bindings directly.

Checklist:

CLAassistant commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.