Image processing in Cloudflare Workers with WebAssembly
I was looking for an alternative to Sharp since it does not work on Cloudflare Workers as it uses Node.js APIs which are not yet supported by Cloudflare’s workerd runtime. Then I came across Photon, a high-performance Rust image processing…