|
You are here |
arusahni.net | ||
| | | | |
kobzol.github.io
|
|
| | | | | Have you ever tried to compile a helloworld Rust program in -release mode? If yes, have you seen its binary size? Suffice to say, it's not exactly small. Or at least it wasn't small until recently. This post details how I found about the issue and my attempt to fix it in Cargo. | |
| | | | |
alexene.dev
|
|
| | | | | In part 1 we have learned how to set up WebAssembly VM to run a simple rust program that can add two numbers and print the result to stdout. In part 2 we will go over Debugging and Binary size. | |
| | | | |
swatinem.de
|
|
| | | | | ||
| | | | |
blog.kulman.sk
|
|
| | | There is now an official GitHub Copilot extension for Xcode, but it essentially acts as a fancy autocomplete. Given how unreliable Xcode's autocomplete can be, this is still an improvement. However, to fully leverage GitHub Copilot's capabilities, you will ll need a more extensible IDE-such as Visual Studio Code. Visual Studio Code tooling The tooling in Visual Studio Code has come a long way in terms of supporting iOS development, and these days, you can configure it to offer a very good experience, including navigating the code, building and running the app, and even debugging with breakpoints. | ||