Top 6 Kotlin WebAssembly Projects
-
Project mention: Kotlin vs. Java: A Grand Finale and Farewell (But Not Goodbye!) | dev.to | 2024-11-20
Kotlin Official Website: Your one-stop shop for all things Kotlin, with comprehensive documentation, tutorials, and resources: https://kotlinlang.org/
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
compose-multiplatform
Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
So, to add file associations, we need to be able to pass both the .properties file and the --file-associations option. At the time of writing this article, the org.jetbrains.compose plugin doesn't provide such a mechanism. There is an open issue on GitHub that describes a possible workaround, which, unfortunately seems to not work on macOS.
-
Not to mention that you can
Compile JVM bytecode to Wasm https://github.com/cretz/asmble
or
Run the JVM on Wasm https://cheerpj.com/docs/overview
Now is always the great time to be using JVM tech.
-
-
kowasm
Server-side and full stack development with Kotlin and WebAssembly leveraging WASI and Component Model
-
Project mention: Emulating classes with functions in Kotlin for maximum performance 🚀 | dev.to | 2024-10-06
I wrote this post on a flight from London to Tokyo, with spotty WiFi and not a lot of sleep, you'll have to forgive any typos. If you like this style of content give it a like and if you're super kind give my repository a star as its goes a long way! I'll have a blog post out in the not to distant future talking more about the interpreter itself and how it might change the way you build your applications
Kotlin WebAssembly discussion
Kotlin WebAssembly related posts
Index
What are some of the best open-source WebAssembly projects in Kotlin? This list will help you:
Project | Stars | |
---|---|---|
1 | kotlin | 49,552 |
2 | compose-multiplatform | 16,421 |
3 | asmble | 637 |
4 | kotlin-wasm-examples | 530 |
5 | kowasm | 361 |
6 | chasm | 93 |