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
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