Y
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
kibwen
1608 days ago
You can embed Rust code in Go, unless there's something about Go that prevents static linking across FFI boundaries.
link
Thaxll
1608 days ago
It's not easy and not very common.
link