Oliver.O
07/11/2023, 7:33 PMPablichjenkov
07/11/2023, 8:50 PMOliver.O
07/11/2023, 8:55 PMdarkmoon_uk
07/12/2023, 12:11 AMandroidx.compose.ui.window.CanvasBasedWindow
appears to offer the same full-browser resizing, and is working with Web/WASM 1.9.0
.Pablichjenkov
07/12/2023, 1:02 AMCanvasBasedWindow
sounds greatdarkmoon_uk
07/12/2023, 5:13 AM/dist/wasm/productionExecutable
.
So I made some functions:darkmoon_uk
07/12/2023, 5:14 AMdarkmoon_uk
07/12/2023, 5:15 AMmustRunAfter("kotlinNpmInstall")
as I was seeing the copy fail due to running before Joda had been downloaded, from clean.darkmoon_uk
07/12/2023, 5:19 AMOliver.O
07/12/2023, 8:52 AMmustRunAfter("kotlinNpmInstall")
alone would be sufficient for proper sequencing. Regarding the copying of multiple Node modules, wouldn't it be easier to supply a list of module names and copy everything in one task? (Ideally, the list would be automatically generated, but since the current approach also requires modules to be listed in an HTML importmap
script, I'd rather wait for the Wasm support in the Kotlin Gradle plugin to improve.)darkmoon_uk
07/12/2023, 12:23 PM