The Soil library for Kotlin Multiplatform now includes experimental support for Kotlin Wasm. If your browser supports WasmGC, you can run the sample a

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-04-25 11:00:03

The Soil library for Kotlin Multiplatform now includes experimental support for Kotlin Wasm. If your browser supports WasmGC, you can run the sample app directly in the browser.

Currently, the only browsers that support WasmGC are Chrome and Firefox. For the latest compatibility information, please visit https://webassembly.org/features/.

We are aware of an issue with Kotlin Wasm on mobile browsers where the app's screen size may not adjust correctly. compose-multiplatform #4620

Leave a Comment