Make it possible for iroha_crypto to target wasm for JS SDK #4046
Labels
crypto
Enhancement
New feature or request
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Currently JS SDK has to reimplement parts of
iroha_crypto
: https://github.com/hyperledger/iroha-javascript/tree/iroha2/packages/crypto/crypto-rs. It would be nice to remove the duplication and have the same codebase used for crypto operations between the node and js sdk.After the PR for #3422 lands, it does make sense to try and make sure it compiles under wasm for js, so that JS SDK can use this code directly, without having to duplicate it.
The text was updated successfully, but these errors were encountered: