hi, is kotlin ever going to compile to wasm instea...
# javascript
k
hi, is kotlin ever going to compile to wasm instead of js?
a
Well, kotlin native supports wasm target, just doenload the compiler and run ./konanc -target wasm32 file.kt
Its only experimental now as @aaverin said
n