|
|
|
|
|
by jwxz
27 days ago
|
|
That's true, but it's not quite the same thing. The single binary you're referring to is the interpreter and source code packaged together (at least for TS/JS). If you install too many of these "single binaries" then at some point you would be better off just having a single interpreter and using npm/pip. By contrast the Rust binary only contains the machine code for this program and can be directly executed. |
|