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
web-sys
dns
Right now, libp2p-dns supports tokio and async-std but we won't be able to resolve from a wasm executor in web-sys.
tokio
async-std
wasm
I want to resolve dnsaddr multiaddrs from wasm
dnsaddr
Currently only tokio and async-std
Maybe
The text was updated successfully, but these errors were encountered:
/dnsaddr
Duplicate of #5531, closing.
Sorry, something went wrong.
No branches or pull requests
Description
Right now, libp2p-dns supports
tokio
andasync-std
but we won't be able to resolve from awasm
executor inweb-sys
.Motivation
I want to resolve
dnsaddr
multiaddrs fromwasm
Current Implementation
Currently only
tokio
andasync-std
Are you planning to do it yourself in a pull request ?
Maybe
The text was updated successfully, but these errors were encountered: