Defluencer / dit

Decentralized Influencer Toolkit
Apache License 2.0
24 stars 4 forks source link

Shrink Web App bin size #46

Open SionoiS opened 3 years ago

SionoiS commented 3 years ago

I read somewhere that by removing any .unwrap() or .expect() the panic handling code can be remove and result in smaller bins.

https://rustwasm.github.io/docs/book/reference/code-size.html#avoid-panicking

SionoiS commented 3 years ago

Should investigate if gzip wasm code can be used on IPFS