-
Notifications
You must be signed in to change notification settings - Fork 257
rls autocompletion not working with web-sys (wasm) #1489
Comments
I second this. |
|
Same problem here, same example. |
It looks like the reason only Because of that, I'd say the problem lies with the web-sys crate. The most relevant issue I could find is this one, but it doesn't seem very active. |
@TheGreatB3 It isn't web-sys's fault that RLS doesn't support build.rs scripts. A lot of Rust packages rely on build.rs scripts, it is a commonly used Rust feature. However, this PR does remove the build.rs script from web-sys, so it will indirectly fix this. |
How to reproduce:
wasm-pack build
andcargo build
). It should build with no problems.The text was updated successfully, but these errors were encountered: