Hacker News new | ask | show | jobs
by marcus_holmes 1608 days ago
The point of having it all embeddable in Go is that we could write a single executable that handles the entire process, with the toolchain embedded and the configuration written as code.
1 comments

You can embed Rust code in Go, unless there's something about Go that prevents static linking across FFI boundaries.
It's not easy and not very common.