-
Notifications
You must be signed in to change notification settings - Fork 75
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
Request: Rust extras #28
Comments
i have no idea ... |
Sadly I don't think so. It's one of those bits that's tied heavily to a version of the compiler, so they distribute them together. |
you are right, trying to find a command that will make it build ... |
okay added extended = true to config.toml |
Exciting 😊 |
Couldn't get it to work unfortunately. |
Thanks for trying |
I can actually build rls. I just can't get it scripted right... |
how did you build it... i tried to use the docker images that build everything myself but got stuck on |
i will update or actually post a rust enabled branch. Could you test rls and wasm32 are working properly? |
yea of course |
i have neovim with an lsp plugin alive. The client seems to chat to the server for a little while but nothing obviously works. I set this in the server log but not sure what to do about that.
|
Which arch are you using? |
aarch64 |
Any news? Also are you looking at the wasm32 bit :)? |
yeah i got llvm compilied with wasm32 |
Any luck :)? Wish I knew how to help... |
there are 2 ways to get wasm the emscription method and this rust-lang/rust#45905 |
Well it let me try! Looks like it's not got everything installed it needs.
Pretty certain there extra std targets should go in this directory according to https://github.com/japaric/rust-cross/blob/master/README.md#installing-the-cross-compiled-standard-crates
|
This turned up on my todo list today. Std is built error now is |
That doesn't look like a triple, agree it's a moving target though |
Wasm working in updated nightlys |
Got something building! Thanks! |
Via rustup you can normally install extra things like
rls
or targets such aswasm32-unknown-unknown
What's the chances of having some of those available :)?
The text was updated successfully, but these errors were encountered: