You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
Some functions use JS modules as there is no native function exposed by nodeJS.
Currently I'm developing https://github.com/mkg20001/c-libp2p-crypto which could be integrated in this module to replace some of the non-native code to further improve performance.
The text was updated successfully, but these errors were encountered:
This would need detailed analysis of speed and size impact, I have seen a lot of emscripten work be not faster or same speed + massive bundle size increase, both of which we want to avoid.
Also https://github.com/libp2p/rust-libp2p is coming along nicely and compiling to webassembly, might be easier to reuse what they have once that is fully working.
Some functions use JS modules as there is no native function exposed by nodeJS.
Currently I'm developing https://github.com/mkg20001/c-libp2p-crypto which could be integrated in this module to replace some of the non-native code to further improve performance.
The text was updated successfully, but these errors were encountered: