However, it seems like it's taking forever to load the webpage because the exported wasm binary size is so big. I can see the following in the build log:
Copy code
> Task :composeApp:wasmJsBrowserProductionWebpack
asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
composeApp.js (580 KiB)
b80f49e0b0b4ee5793f0.wasm (4.89 MiB)
dd568dbcd078c0adf7cf.wasm (7.91 MiB)
sql-wasm.wasm (599 KiB)
entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
main (580 KiB)
composeApp.js
> Task :composeApp:wasmJsBrowserDistribution