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
mbonnin
09/14/2023, 6:10 AM
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