Go Programming Language and Ecosystem
Bringing Kotlin to the Web- Google Developers Blog

Bringing Kotlin to the Web- Google Developers Blog

5/10/2023 · Vivek Sekhar

What this post added

Introduced experimental support for Kotlin compilation to WebAssembly, enabling cross-platform code sharing with near-native performance on the web. This leverages the new WebAssembly GC feature and aims to reduce effort for developers by allowing them to share business logic and UI code between Android and Web platforms, potentially running up to 2x faster than JavaScript.

Read the original post ↗