Compress and Convert Images Using Webassembly

WebUtils is a browser-only way of converting images between various formats and compressing them using WebAssembly. Most services like this require a request to a backend server which you can’t inspect what’s going on. Doing all the processing client side is more private and (maybe) somewhat safer.