minikotlin — a Kotlin compiler that runs in a browser tab
- Kotlin → WebAssembly · a compiler written in CA Kotlin compilerthat runs in a browser tab.
- minikotlin is written from scratch in C and emits WebAssembly GC bytecode by hand — no JVM, no LLVM, no Binaryen, no Gradle.
- The compiler is itself compiled to WASM, so .kt source goes in and a running .wasm module comes out, entirely in the tab.
Unverified
- Kotlin → WebAssembly · a compiler written in CA Kotlin compilerthat runs in a browser tab.
- minikotlin is written from scratch in C and emits WebAssembly GC bytecode by hand — no JVM, no LLVM, no Binaryen, no Gradle.
- The compiler is itself compiled to WASM, so .kt source goes in and a running .wasm module comes out, entirely in the tab.
Sources: Minikotlin