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 Aug 28, 2021. It is now read-only.
Just came across this. I'm curious if there's any interest in doing a JS implementation, particularly one that could run in the browser. Using that with an IPFS backing store seems like a great combination for building multi-user, collaborative dApps.
The text was updated successfully, but these errors were encountered:
We had a JavaScript implementation: #3293. It was removed because it proved too difficult to maintain two parallel codebases, and because it was very difficult to keep the JS implementation performant.
These days if I wanted to run in a browser, I'd look closely at cross-compiling to JS or wasm.
Sorry, wish I had a better answer for you.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just came across this. I'm curious if there's any interest in doing a JS implementation, particularly one that could run in the browser. Using that with an IPFS backing store seems like a great combination for building multi-user, collaborative dApps.
The text was updated successfully, but these errors were encountered: