Investigate ways to reduce web-client WASM size
Opened this issue · 0 comments
sisou commented
The --release --wasm-opt
production WASM file is 6.4MB. I can imagine it includes a few things that are not necessary for web-clients.
For example, the client logs AutoNAT warnings in the browser. AutoNAT is definitely not necessary in the web-client and that whole functionality can be excluded.