I was looking at the browser console while running a wasm program. The warnings emitted shows that the program knows a whole lot about the source. I would like to remove all these and have a small, succinct binary.
So given a file file.wasm, how do I easily strip off all these debug symbols?
Thanks a lot