Y
Hacker News
new
|
ask
|
show
|
jobs
by
SSLy
704 days ago
>
doesn't want to introduce a dependency on a Rust compiler
you can link against pre-built .dll/.so/.dylib from your C++ code base.
1 comments
account42
704 days ago
That only helps you if all your targets are also actively supported by upstream. It also limits optimization opportunities, mainly removing parts of the library your code doesn't need.
link