-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make code wasm-compatible #3
Conversation
Note: only the main code compiles, not the tests yet
The only remaining issue is that the rocksdb crate does not compile for wasm targets when the |
Welcome to Codecov 🎉Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment. Thanks for integrating Codecov - We've got you covered ☂️ |
wasm doesn't know about the filesystem. Rockdb, has to know about it in order to write to it. |
chore(trie): make it fully wasm compatible
I saw some activity here. What is the current state? |
after that is merged we should be good here |
chore(proof): add wasm compat
Promis c'est la dernière
@tdelabro you can review now |
superseded by #7 |
Make the code compile and function for target:
cargo build --release --target wasm32-unknown-unknown --no-default-features
Constraints: