:question:[WasmJs][Compose] What is the typical si...
# webassembly
w
[WasmJs][Compose] What is the typical size of
*.wasm
files? My
skiko.wasm
,
"alphanumeric".wasm
,
projectName.wasm
is around 3mb each.. First time loading the web application will be around 10mb.. i generated the artifacts through
./gradlew wasmJsBrowserDistribution
I supposed every project might have different sizes.. so i'm wondering if mine is too much or not
r
Your results are typical for compose-web, although I assume you are talking about gzipped sizes. The
skiko.wasm
file is normally about 8MB.
w
Yes! You're right, it is gzipped.. i see ! it's alright then, i guess i'll just need to mitigate the initial loading somehow.. thank you for responding!
l
Which Kotlin version are you on?
w
v1.9.21
118 Views