We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we cannot compile to web assembly due to downstream dependencies still using deprecated crates.
Bump bind-gen to version that no longer uses rustc-serialize for rocksdb fork
Remove deprecated rustc-serialize #285
Remove deprecated rustc-serialize crate rust-num/num#366 -> Duplicate of -> Update to Serde 1.0 rust-num/num#357
Remove deprecated rustc-serialize crate r8d8/rust-scrypt#4
Remove deprecated rustc-serialize crate DaGenix/rust-crypto#437 -- fork available - Using less than optimal fork in the current PR. Take a look at this issue, seems like https://github.com/RustCrypto is the better way to go here.
Remove deprecated rustc-serialize crate rust-bitcoin/rust-bitcoin#96 -- can we remove this? alternate mnemonic implementation?
Once all the above are resolved, we should be good to go for wasm targeting.
The text was updated successfully, but these errors were encountered:
Note that instead of rust-scrypt you can use pure-Rust scrypt crate.
rust-scrypt
scrypt
Sorry, something went wrong.
For rust-bitcoin story is a bit more complicated then just bip39 mnemonics: we use bip32 implementation from there and some constants.
Is there any way to compile to WASM with some workarounds? Is this gonna be resolved in near future?
mersinvald
No branches or pull requests
Currently we cannot compile to web assembly due to downstream dependencies still using deprecated crates.
Bump bind-gen to version that no longer uses rustc-serialize for rocksdb fork
Remove deprecated rustc-serialize #285
Remove deprecated rustc-serialize crate rust-num/num#366 -> Duplicate of -> Update to Serde 1.0 rust-num/num#357
Remove deprecated rustc-serialize crate r8d8/rust-scrypt#4
Remove deprecated rustc-serialize crate DaGenix/rust-crypto#437 -- fork available - Using less than optimal fork in the current PR. Take a look at this issue, seems like https://github.com/RustCrypto is the better way to go here.
Remove deprecated rustc-serialize crate rust-bitcoin/rust-bitcoin#96 -- can we remove this? alternate mnemonic implementation?
Once all the above are resolved, we should be good to go for wasm targeting.
The text was updated successfully, but these errors were encountered: