Live data from Hacker News

MiniKotlin – A Kotlin Compiler That Runs in a Browser Tab

minikotlin.run

1–3 of 3 posts

Re: MiniKotlin – A Kotlin Compiler That Runs in a Browser Tab

#2
> minikotlin is written from scratch in C and emits WebAssembly GC bytecode by hand — no JVM, no LLVM, no Binaryen, no Gradle

That's amazing. What an achievement! I would like to learn more about it, particularly have a look at the source code, but I didn't find a link. Any ideas?

Re: MiniKotlin – A Kotlin Compiler That Runs in a Browser Tab

#3
post #2

> minikotlin is written from scratch in C and emits WebAssembly GC bytecode by hand — no JVM, no LLVM, no Binaryen, no Gradle That's amazing. What an achievement! I would like to learn more about it, particularly have a look at the source code, but I didn't find a link. Any ideas?

Thank you so much for your kind feedback. I haven't made it open-source yet. It's in my plans for the near future.