You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
I used wasm-snip to remove all the panicking and formatting code from my .wasm, but my data section is still mostly fragments of diagnostic messages for panicking and formatting, and wasm-gc and wasm-opt can't remove them.
This is almost 20% of my .wasm's code size.
We need some way to mechanically remove this stuff -- doing it by hand is not feasible.
I used
wasm-snipto remove all the panicking and formatting code from my.wasm, but my data section is still mostly fragments of diagnostic messages for panicking and formatting, andwasm-gcandwasm-optcan't remove them.This is almost 20% of my
.wasm's code size.We need some way to mechanically remove this stuff -- doing it by hand is not feasible.