darkmoon_uk
11/18/2024, 9:03 AMPHondogo
11/18/2024, 9:54 AMdarkmoon_uk
11/18/2024, 10:56 AMMichael Paus
11/18/2024, 2:11 PMPHondogo
11/18/2024, 2:19 PM<progress id="loading" class="pure-material-progress-linear"></progress>
Element can be removed by id when on main execute (or later depends on one's needs)
fun main() {
document.getElementById("loading")?.remove()
...
}
Michael Paus
11/18/2024, 2:45 PMPHondogo
11/18/2024, 2:51 PMCanvasBasedWindow(
canvasElementId = ...
) {
LaunchedEffect(Unit) {
document.getElementById("loading")?.remove()
}
...
}
Aru Jeganathan
05/09/2025, 6:18 PMwindow.fetch
to updated the downloaded progress.
The only problem I have is knowing what the name of the generated wasm files after the build. I have 34c419f6b094bce32a6d.wasm
and dd568dbcd078c0adf7cf.wasm
right now. Is there a way to find these names during the gradle build?