-
Notifications
You must be signed in to change notification settings - Fork 80
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
Support dependencies in Cargo.toml
gated with cfg!
#72
Comments
Hello, it looks like there is also an issue if the dependency is specified multiple times for different targets, like: [target.wasm32-unknown-emscripten.dependencies]
stdweb = "*"
[target.asmjs-unknown-emscripten.dependencies]
stdweb = "*" This way, stdweb's JavaScript is only prepended to asmjs output |
@kuviman Thanks for the report; I've fixed in on the newest |
Still doesn't seem to work and I can't find the relevant commit. What's the status on this? |
@svenstaro By "I've fixed" I meant the issue reported by kuviman where specifing the dependency for multiple targets was broken, which is an orthogonal issue to |
This one has been implemented, right? Looks like its working for me |
Yes it is! (: Closing. |
Related: koute/stdweb#135
The text was updated successfully, but these errors were encountered: