Join Slack
Powered by
Hi guys, I am currently getting 2 wasm files with ...
# webassembly
h
Himanshu Kumar
08/26/2025, 8:09 AM
Hi guys, I am currently getting 2 wasm files with total size ~16MB (each of 8MB), after gzip/br the net size reduced to 5MBs (3 + 2). Is it possible to split those wasm files further into smaller chunks?
z
zsmb
08/26/2025, 8:45 AM
Sounds like
https://youtrack.jetbrains.com/issue/KT-76204
👍 1
i
Igor Yakovlev
08/26/2025, 9:37 AM
You also can now try to use binaryen
wasm-split
, but it will require some hand-work to correctly initialize them.
👍 1
8
Views
Open in Slack
Previous
Next