Hi guys, I am currently getting 2 wasm files with ...
# webassembly
h
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
i
You also can now try to use binaryen wasm-split, but it will require some hand-work to correctly initialize them.
👍 1