Open SionoiS opened 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
Should investigate if gzip wasm code can be used on IPFS
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