If I want one Kotlin multiplatform codebase to tar...
# multiplatform
m
If I want one Kotlin multiplatform codebase to target Android iOS macOS win & Linux with a browser based native app (sort of like electron) -- should I be targeting Kotlin js or Kotlin wasm?
m
I would probably go with wasm. It's faster and has js interop so the things you can't do in wasm you can do in js. It's still early though so expect rough edges