Zoltan Demant
01/31/2024, 5:34 AMZoltan Demant
01/31/2024, 5:34 AMUncaught runtime errors:
ERROR
[object WebAssembly.Exception]
at handleError (webpack-internal:///../../node_modules/webpack-dev-server/client/overlay.js:252:58)
at eval (webpack-internal:///../../node_modules/webpack-dev-server/client/overlay.js:275:7)
Zoltan Demant
01/31/2024, 5:35 AMwasmJs {
moduleName = project.name
browser()
binaries.executable()
}
Web app module:
wasmJs {
moduleName = "composeApp"
browser {
commonWebpackConfig {
outputFileName = "composeApp.js"
}
}
binaries.executable()
}
compose.experimental {
web.application { }
}
Zoltan Demant
01/31/2024, 8:20 AMOleksandr Karpovich [JB]
01/31/2024, 9:43 AMbinaries.executable()
not sure if it's the cause though.
binaries.executable() creates the gradle tasks to run the app. But in the library module there's likely no fun main()Zoltan Demant
01/31/2024, 9:57 AMbinaries.executable()
but makes sense that I shouldnt include it for my library modules. I noticed that I accidentally ran one of my modules instead of my "main" module yesterday due to this (not related to the issue I was having today though).
My module looks exactly like the one that was causing issues earlier on, but runs perfectly fine now 👍🏽kyle
06/27/2024, 8:06 PMRoland
12/01/2024, 1:06 PM