-
Notifications
You must be signed in to change notification settings - Fork 124
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
How to use the no_std
variant
#576
Comments
After a lot of research, I was finally able to get it to work by first installing llvm with homebrew and then running |
@Niederb can you help here? |
I will have a look |
I tried to reproduce the issue on my machine but it compiled fine. I used the |
I think the error had to do with M1 macs. But I got that fixed using the method I explained earlier. For now, I've defaulted to using subxt. That seems to work fine so far. |
The |
I might have to look into that again to confirm. |
Hi @Kofituo, could you look into this issue? Can we close it? |
Yes. It's resolved now |
I'm running a Yew app and I want to import this crate.
Here's my Cargo.toml
This is the error I get after running
trunk build
:When I remove the substrate api client dependency, I don't face this error so it's save to assume this crate causes it.
The text was updated successfully, but these errors were encountered: