|
You are here |
romain.goyet.com | ||
| | | | |
squanderingti.me
|
|
| | | | | Sometimes you want to support some crazy LLVM features in Rust and need manual control over the linking process :-). | |
| | | | |
haim.dev
|
|
| | | | | A guide to statically linking Swift library into a Rust application. | |
| | | | |
www.joelotter.com
|
|
| | | | | I struggled recently to work out how to build an APK out of a native Android app without using Gradle. | |
| | | | |
venam.net
|
|
| | | An executable is something that causes a computer to perform some tasks according to encoded instructions. It's in opposition to a data file which must be parsed by another program to be meaningful, for example an image or video. The instructions are usually in machine code, read by the cpu and so dependent on the cpu architecture. An ex... | ||