Vladyslav
banner
vlmoon99.bsky.social
Vladyslav
@vlmoon99.bsky.social
Software Engineer from Ukraine,Kyiv
🚀 Experimental C#/.NET SDK for NEAR is here!

Built with **NativeAOTLLVM** for clean WASM.
"Hello World": **~700 KB** (contract + full .NET runtime, no reflection/codegen).

Live 👉 [http://github.com/vlmoon99/near-sdk-c-sharp]
October 14, 2025 at 10:38 AM
🚀 Introducing the experimental Swift SDK for NEAR smart contracts!
Now live at 👉 github.com/vlmoon99/nea...
Built with @swiftwasm and @SwiftLang .
Our "Hello World" contract compiles to just 588 bytes!
Big thanks to the awesome contributors behind github.com/swiftwasm/Wa...
GitHub - vlmoon99/near-sdk-swift: Experimental Near SDK for Swift lang
Experimental Near SDK for Swift lang . Contribute to vlmoon99/near-sdk-swift development by creating an account on GitHub.
github.com
July 12, 2025 at 11:59 AM
Write Your Smart Contract on Go in 5 Steps
July 6, 2025 at 4:17 PM
Reposted by Vladyslav
JIT compiled .NET will often be faster than AOT compiled .NET thanks to dynamic PGO. But AOT compilation has some tricks up the sleeve too. In .NET 9, the TechEmpower JSON benchmark ends up a bit faster with AOT.
November 26, 2024 at 8:18 AM