You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I m trying to build cc_binary with Bazel I cannot find how to properly specify dependencies so that linking would work. For instance if compiling provided demo from this repository (see dunnock#1 for full diff):
I figured it out, the bridge is exporting definitions but not the implementations, to make cc linker to pick implementations from Rust those also should be exported as rust_static_library, e.g
When I m trying to build cc_binary with Bazel I cannot find how to properly specify dependencies so that linking would work. For instance if compiling provided demo from this repository (see dunnock#1 for full diff):
I get linking errors:
contents of democc-0.params:
The text was updated successfully, but these errors were encountered: