State of WebAssembly in Kotlin
DRANK

Hi, everybody! I just wanted to clarify the current situation of supporting WebAssembly in Kotlin. We are working on a dedicated Kotlin to WebAssembly compiler backend. So all works on wasm support in Kotlin/Native (through LLVM) were suspended. For the new compiler backend, we have set the following goals: produce small binaries – to achieve it we decided don’t use own memory manager and use builtin one instead (see GC proposal); fast compilation while developing – for that, we are goin...

discuss.kotlinlang.org
Related Topics: Kotlin WebAssembly HTML5